Skip to content

Commit

Permalink
try #1
Browse files Browse the repository at this point in the history
  • Loading branch information
iyoubee committed Jun 7, 2024
1 parent 835b00e commit ff90d58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
run: |
gcloud --quiet auth configure-docker $GCP_REGION-docker.pkg.dev
- name: Run file download script
run: python download.py
# - name: Run file download script
# run: python download.py

- 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 @@ -8,7 +8,7 @@ WORKDIR /app
COPY . /app

# Install any dependencies specified in requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install -r requirements.txt

# Expose port 5000 to the outside world
EXPOSE 5000
Expand Down
Binary file modified requirements.txt
Binary file not shown.

0 comments on commit ff90d58

Please sign in to comment.