Skip to content

Commit

Permalink
uncomment required lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashwat-vaibhav committed Mar 23, 2024
1 parent 93c5007 commit d283c51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Configure Docker to use GCR
run: |
gcloud auth configure-docker
gcloud auth configure-docker asia-south1-docker.pkg.dev
- name: Build and Push Docker image
run: |
Expand Down
2 changes: 1 addition & 1 deletion 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"]

0 comments on commit d283c51

Please sign in to comment.