Browse Source

Add --allow-root option per #2

Mike Birdgeneau 6 years ago
parent
commit
0e561a07a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jupyterlab/Dockerfile

+ 1 - 1
jupyterlab/Dockerfile

@@ -38,4 +38,4 @@ RUN pip install -r requirements.txt
 # Expose Jupyter port & cmd
 EXPOSE 8888
 RUN mkdir -p /opt/app/data
-CMD jupyter lab --ip=* --port=8888 --no-browser --notebook-dir=/opt/app/data
+CMD jupyter lab --ip=* --port=8888 --no-browser --notebook-dir=/opt/app/data --allow-root