Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
AditiR-42 committed Nov 13, 2024
1 parent 7d2a5e6 commit 5a8603c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/docker-shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ docker run -d \
--network "$NETWORK_NAME" \
-p 8080:8080 \
-v "$(pwd)/../secrets:/secrets" \
-v "$PDF_PATH:$MOUNT_PATH/$(basename "$PDF_PATH")" \
-e GOOGLE_APPLICATION_CREDENTIALS="/secrets/model-containerization.json" \
-e GCP_PROJECT="ac215-privasee" \
-e GCP_ZONE="us-central1-a" \
Expand Down

0 comments on commit 5a8603c

Please sign in to comment.