Skip to content

Commit

Permalink
Update Dockerfile to swift image creation
Browse files Browse the repository at this point in the history
  • Loading branch information
neg-loss authored Mar 23, 2024
1 parent 0b2a182 commit 5e53adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ WORKDIR ./src/app/

RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
RUN python3 get-pip.py
RUN pip3 install pandas flask torch xgboost google-cloud-storage
# RUN pip3 install pandas flask torch xgboost google-cloud-storage

CMD ["python3" "app.py"]
CMD ["python3" "app.py"]

0 comments on commit 5e53adf

Please sign in to comment.