Skip to content

Commit

Permalink
remove (some debug) warnings on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
natemacfadden committed Mar 11, 2024
1 parent 8b2a9cc commit 4af7f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ WORKDIR /home/$USERNAME/mounted_volume

# Start jupyter lab by default
USER $USERNAME
CMD jupyter lab --ip 0.0.0.0 --port $PORT --no-browser $ALLOW_ROOT
CMD PYDEVD_DISABLE_FILE_VALIDATION=1 jupyter-lab --ip 0.0.0.0 --port $PORT --no-browser $ALLOW_ROOT

0 comments on commit 4af7f68

Please sign in to comment.