-
After upgrading to 2.4.0 `CF` mode works without problems. Unfortunately, the variant with IBM VPC crashes with errors. I manually created a virtual machine with the following parameters:
- name …
-
Some of the recent commits had broken nightly builds support and enablement to use different buckets for CF and CE
Here are some comments that @Cohen-J-Omer provided:
- I’ve noticed my 2 config fi…
-
In METASPACE we are trying to upgrade from version 2.2.14 to 2.3.5. Now I am faced with an error that is reproduced only when running in CF. When I run the code locally, I don't see any problems. It a…
-
Exception: Invalid docker image name: All letters must be lowercase and '.' or '_' characters are not allowed
@JosepSampe why we have this limitation? Seems Docker allows to use dots
-
During the transition from version 2.2.14 to 2.3.5, we are seeing the removal of the existing VM in IBM cloud. At the same time, we did not change the `exec_mode` key, by default it is `consume`. As f…
-
The following code sometimes doesn't work properly.
```
if 'runtime' not in config_data['code_engine']:
if not DOCKER_PATH:
raise Exception('docker command not found. In…
-
Currently each backend has it's own `requirements.txt` file containing all kind of dependencies. However there are many common dependencies between backends and so the same dependencies are copied acr…
-
What is the minimum docker image I need to run your applications inside CE? Now I see that you are based on `python:3.8-slim-buster` and then put a couple of [system dependencies](https://github.com/l…
-
Hola,
I have problem using Lithops in serverless mode (compute: **AWS Lambda**, storage: **AWS S3**), in particular v2.3.3 and v2.3.4. With v2.3.0 it works perfectly. **I'm a Mac user.**
The probl…
-
In addition to the compute side, we've been using Lithops's Storage API directly on the host computer instead of calling boto/ibm-cos-sdk, as it allows us to easily switch between AWS S3, IBM COS and …