-
Standalone mode stopped working when using a single VM.
The first time you use a VM (or after running `lithops clean`), Lithops tries to extract the metadata information, but the VM is never started,…
-
We need to add additional logo image with transparent background and white font to `docs/images` folder. This can be used in presentations where background is not white
-
how to add a new backend , like openfaas
-
- Config:
I can run lithop successfully with config https://github.com/lithops-cloud/lithops/issues/391
- Benchmark
```
python3 flops_benchmark.py --loopcount=5 --matn=4096 --workers=100 --me…
-
The following errors happen to me intermittently when using the ibm_vpc backend in create mode.
### `Error: Internal server error, Code: 500`
Logs: https://gist.github.com/LachlanStuart/69bd5db72…
-
on lithops release 2.2.14
lithops_config file
```
code_engine:
kubectl_config: xxx
docker_user: xxx
cpu: 200m
```
code
```
import lithops
iterdata = ['Gil', 'Dana', 'John'…
-
Currently every compute engine has a default runtime. I propose to make a unique convention for default runtimes, something like
lithops---:
I also would like to explore an option to a…
-
I have a simple code which run on `lithops 2.2.9` + runtime `ibmfunctions/lithops-ce-3.8.5-2.2.9:1.0.0` successfully.
code is
```
import lithops
iterdata = ['Gil', 'Dana', 'John', 'Scott']
…
-
There are various container registries available, users may have private ones, IBM container registry, etc.
Lithops should support them as well, not just Docker registry.
-
When input array is large it might be valuable to support chunking of it. As example if interdata = [array of length 10000] and chunking = 1000, there will be 10 invocations each processing 1000 eleme…