Skip to content

Commit

Permalink
Merge pull request #62 from McGill-MMA-EnterpriseAnalytics/aladelca-p…
Browse files Browse the repository at this point in the history
…atch-28

Update Dockerfile.predict
  • Loading branch information
aladelca authored Apr 26, 2024
2 parents c343805 + 8e3c723 commit 296a53a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 09_model_pipeline/predict/Dockerfile.predict
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
FROM public.ecr.aws/lambda/python:3.12

ARG AWS_ACCESS_KEY_ID
ARG AWS_SECRET_ACCESS_KEY

ENV AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID
ENV AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY

COPY requirements.txt .

Expand Down

0 comments on commit 296a53a

Please sign in to comment.