Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 1c30421

Browse files
authored
hotfix for requirements.txt in python runtime
1 parent a5eb72d commit 1c30421

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python-3.7/buildtemplate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ spec:
4343
ENV _HANDLER "${HANDLER}"
4444
4545
COPY . .
46+
RUN if [ -f requirements.txt ]; then pip3.7 install -r requirements.txt ;fi
4647
4748
ENTRYPOINT ["/opt/aws-custom-runtime"]
4849
EOF

0 commit comments

Comments
 (0)