Skip to content

Commit b0457f8

Browse files
committed
Use cubed main, and obstore
1 parent a16aec9 commit b0457f8

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.lithops/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ aws:
77

88
aws_lambda:
99
execution_role: arn:aws:iam::111560892610:role/cubed-lithops-lambda-execution
10-
user_id: GITHUB_ACTIONS_ROLE_ID
10+
user_id: AROART6MMEDBOQ73U4OKE
1111
runtime_memory: 2000
1212
runtime_timeout: 180

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN apt-get update \
88
make \
99
cmake \
1010
unzip \
11+
git \
1112
# cleanup package lists, they are not used anymore in this image
1213
&& rm -rf /var/lib/apt/lists/* \
1314
&& apt-cache search linux-headers-generic
@@ -47,8 +48,8 @@ RUN unzip lithops_lambda.zip \
4748
&& mv entry_point.py handler/
4849

4950
RUN pip install \
50-
cubed \
51-
s3fs
51+
'git+https://github.com/cubed-dev/cubed.git#egg=cubed' \
52+
obstore
5253

5354
# Add extra dependencies here
5455
# RUN pip install my-package another-package

0 commit comments

Comments
 (0)