Skip to content

Commit

Permalink
chore: added pwd;ls -la for troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Jul 12, 2024
1 parent 6aef95e commit 9d33431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-modal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
echo "APP_NAME=${APP_NAME}" >> $GITHUB_ENV
- name: Deploy FastAPI app
run: modal deploy open.text.embeddings.server.modal
run: pwd;ls -la;modal deploy open.text.embeddings.server.modal

- name: Test FastAPI app
run: >
Expand Down
1 change: 1 addition & 0 deletions Dockerfile-Modal
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM debian:bullseye-slim AS build-image

#ARG MODEL
#ENV MODEL=${MODEL}
RUN pwd;ls -la

COPY ./download.sh ./

Expand Down

0 comments on commit 9d33431

Please sign in to comment.