Spaces:
Sleeping
Sleeping
Commit
·
04c28ef
1
Parent(s):
a0a2b4f
fix cmd ip *
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", "--port", "7860", "--no-browser", "--ip", "
|
|
|
18 |
|
19 |
ENTRYPOINT ["/home/ubuntu/.local/bin/jupyter"]
|
20 |
|
21 |
+
CMD ["lab", "--port", "7860", "--no-browser", "--ip", "*", "--NotebookApp.token", "123123", "--NotebookApp.notebook_dir", "/home/ubuntu/"]
|