xfcxcxcdfdfd commited on
Commit
61e1204
·
verified ·
1 Parent(s): 4c32c08

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -13,7 +13,7 @@ WORKDIR /app
13
  RUN pip3 install jupyterlab
14
 
15
  # Expose port 8080
16
- EXPOSE 8080
17
 
18
  # Start JupyterLab on port 8080 without authentication
19
- CMD ["jupyter", "lab", "--ip=0.0.0.0", "--port=8080", "--no-browser", "--allow-root", "--NotebookApp.token=''"]
 
13
  RUN pip3 install jupyterlab
14
 
15
  # Expose port 8080
16
+ EXPOSE 7860
17
 
18
  # Start JupyterLab on port 8080 without authentication
19
+ CMD ["jupyter", "lab", "--ip=0.0.0.0", "--port=7860", "--no-browser", "--allow-root", "--NotebookApp.token=''"]