Skip to content

Commit

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

Update Dockerfile.predict
  • Loading branch information
aladelca authored Apr 26, 2024
2 parents d49976b + e7c52b3 commit c7d43e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 09_model_pipeline/predict/Dockerfile.predict
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ ENV AWS_DEFAULT_REGION=us-east-1



COPY /src/. .
COPY 09_model_pipeline/predict/src/. .

#COPY src/.bashrc .

##RUN source .bashrc
RUN chmod -R 0777 .


CMD [ "main_predict.lambda_handler" ]
CMD [ "main_predict.lambda_handler" ]

0 comments on commit c7d43e1

Please sign in to comment.