File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88aws_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
Original file line number Diff line number Diff 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
4950RUN 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
You can’t perform that action at this time.
0 commit comments