Skip to content

Commit

Permalink
allow-root for jupyterlab server within the ci container
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayThorve committed Mar 7, 2024
1 parent 0df74c6 commit 2024597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ set +e

rapids-logger "pytest jupyterlab-nvdashboard"
# Start JupyterLab in the background
python -m jupyterlab --no-browser --port=8888 --NotebookApp.token='' --NotebookApp.password='' &
python -m jupyterlab --no-browser --port=8888 --allow-root --NotebookApp.token='' --NotebookApp.password='' &
JUPYTER_PID=$!
JUPYTER_PLATFORM_DIRS=1 python -m pytest
# Shut down JupyterLab
Expand Down
2 changes: 1 addition & 1 deletion ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set +e

rapids-logger "pytest jupyterlab-nvdashboard"
# Start JupyterLab in the background
python -m jupyterlab --no-browser --port=8888 --NotebookApp.token='' --NotebookApp.password='' &
python -m jupyterlab --no-browser --port=8888 --allow-root --NotebookApp.token='' --NotebookApp.password='' &
JUPYTER_PID=$!
JUPYTER_PLATFORM_DIRS=1 python -m pytest
# Shut down JupyterLab
Expand Down

0 comments on commit 2024597

Please sign in to comment.