Skip to content

Commit

Permalink
pre-commit lint check fix (#9543)
Browse files Browse the repository at this point in the history
  • Loading branch information
azhou-determined committed Jun 20, 2024
1 parent 553521e commit 325d47e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion master/static/srv/notebook-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ set +x
JUPYTER_LAB_LOG_FORMAT="%(levelname)s: [%(name)s] %(message)s"
READINESS_REGEX='^.*Jupyter Server .* is running.*$'


jupyter lab --ServerApp.port=${NOTEBOOK_PORT} \
--ServerApp.allow_origin="*" \
--ServerApp.base_url="/proxy/${DET_TASK_ID}/" \
Expand Down

0 comments on commit 325d47e

Please sign in to comment.