osanseviero HF staff commited on
Commit
891c7c3
1 Parent(s): c519974

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -9,7 +9,6 @@ RUN conda install \
9
  matplotlib \
10
  jupyterlab
11
 
12
- RUN chown 1000:1000 /.local
13
 
14
-
15
- CMD ["jupyter-lab","--ip=0.0.0.0", "--port=7860", "--allow-root", "--no-browser"]
 
9
  matplotlib \
10
  jupyterlab
11
 
12
+ ENV JUPYTER_TOKEN=easy
13
 
14
+ CMD ["jupyter-lab","--ip=0.0.0.0", "--port=7860", "--no-browser","--allow-root"]