Skip to content

Commit 9f27405

Browse files
committed
updated python
1 parent 66f17ab commit 9f27405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

week_8_serverless/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ENV LC_ALL=C.UTF-8
3131
ENV LANG=C.UTF-8
3232
ENV PYTHONPATH "${PYTHONPATH}:./"
3333
RUN ls
34-
RUN python lambda_handler.py
34+
RUN python3 lambda_handler.py
3535
RUN chmod -R 0755 $MODEL_DIR
3636
CMD [ "lambda_handler.lambda_handler"]
3737

0 commit comments

Comments
 (0)