Skip to content

Commit

Permalink
updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandru-21 committed Jun 25, 2024
1 parent fd9b3ca commit ea7509e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ RUN pip install --no-cache-dir -r requirements.txt

RUN pip install dvc[s3]

# AWS credentials
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


RUN dvc pull

RUN python /app/prediction_model/training_pipeline.py
Expand Down

0 comments on commit ea7509e

Please sign in to comment.