Spaces:
Sleeping
Sleeping
Commit
·
9e07ff1
1
Parent(s):
f94c5cf
fix: cmd
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,4 +18,4 @@ RUN export PATH
|
|
18 |
|
19 |
ENTRYPOINT ["/home/ubuntu/.local/bin/jupyter"]
|
20 |
|
21 |
-
CMD ["lab", "--
|
|
|
18 |
|
19 |
ENTRYPOINT ["/home/ubuntu/.local/bin/jupyter"]
|
20 |
|
21 |
+
CMD ["lab", "--ip", "0.0.0.0", "--port", "7860", "--no-browser", "--NotebookApp.token", "123123", "--NotebookApp.notebook_dir", "/home/ubuntu/", "--NotebookApp.base_url", "/"]
|