Skip to content

Commit

Permalink
Using the callable parameters specified in the error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Sep 6, 2023
1 parent 1aa8729 commit 040aeb3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/gcsfuse_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ echo "Mounting GCS Fuse."
gcsfuse --debug_gcs --debug_fuse "$BUCKET" "$MNT_DIR"
echo "Mounting completed."

exec /opt/conda/bin/voila --Voila-ip=0.0.0.0 --no-browser --show-tracebacks=True /opt/app.ipynb
exec /opt/conda/bin/voila \
--port "$PORT" \
--no-browser \
--show-tracebacks=True /opt/app.ipynb

# [END cloudrun_fuse_script]

0 comments on commit 040aeb3

Please sign in to comment.