Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -36,7 +36,7 @@ EXPOSE 8888
|
|
36 |
# If you want to set a password/token:
|
37 |
# --NotebookApp.token='your_secret_token'
|
38 |
# --NotebookApp.password='your_hashed_password' (generate with `jupyter lab password`)
|
39 |
-
CMD ["jupyter", "lab", "--ip=0.0.0.0", "--port=
|
40 |
|
41 |
# Optional: Copy your notebooks or data into the container if needed
|
42 |
# COPY notebooks/ /home/jovyan/work/notebooks/
|
|
|
36 |
# If you want to set a password/token:
|
37 |
# --NotebookApp.token='your_secret_token'
|
38 |
# --NotebookApp.password='your_hashed_password' (generate with `jupyter lab password`)
|
39 |
+
CMD ["jupyter", "lab", "--ip=0.0.0.0", "--port=7860", "--no-browser"]
|
40 |
|
41 |
# Optional: Copy your notebooks or data into the container if needed
|
42 |
# COPY notebooks/ /home/jovyan/work/notebooks/
|