Spaces:
Build error
Build error
Commit
·
c519974
1
Parent(s):
b167527
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,4 +12,4 @@ RUN conda install \
|
|
12 |
RUN chown 1000:1000 /.local
|
13 |
|
14 |
|
15 |
-
CMD ["jupyter-lab","--ip=0.0.0.0", "--port=7860", "--allow-root"]
|
|
|
12 |
RUN chown 1000:1000 /.local
|
13 |
|
14 |
|
15 |
+
CMD ["jupyter-lab","--ip=0.0.0.0", "--port=7860", "--allow-root", "--no-browser"]
|