Spaces:
Build error
Build error
Commit
·
891c7c3
1
Parent(s):
c519974
Update Dockerfile
Browse files- Dockerfile +2 -3
Dockerfile
CHANGED
@@ -9,7 +9,6 @@ RUN conda install \
|
|
9 |
matplotlib \
|
10 |
jupyterlab
|
11 |
|
12 |
-
|
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"]
|
|