zyxciss commited on
Commit
dcdc567
·
verified ·
1 Parent(s): 10765c3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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=8888", "--no-browser"]
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/