We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd37e01 commit e372a7eCopy full SHA for e372a7e
deployment/build-lambdas.sh
@@ -20,7 +20,7 @@ else
20
cd lambdas/resize
21
rm -rf package lambda.zip
22
mkdir package
23
- pip3 install -r requirements.txt --platform manylinux2014_x86_64 --only-binary=:all: -t package
+ pip3 install -r requirements.txt --platform manylinux2014_x86_64 --only-binary=:all: --python-version 311 -t package
24
zip lambda.zip handler.py
25
cd package
26
zip -r ../lambda.zip *;
0 commit comments