progress
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
ROOT_DIR=/opt/jupyter_gpu/test
|
||||
JUPYTER_PORT=7777
|
||||
JUPYTER_PORT=7778
|
||||
|
||||
+1
-1
@@ -21,5 +21,5 @@ WORKDIR /workspace
|
||||
EXPOSE ${JUPYTER_PORT}
|
||||
|
||||
# Command to run JupyterLab
|
||||
CMD ["sh", "-c", "jupyter-lab --ip=0.0.0.0 --port=7777 --no-browser --allow-root --NotebookApp.token=''"]
|
||||
CMD ["sh", "-c", "jupyter-lab --ip=0.0.0.0 --port=7778 --no-browser --allow-root --NotebookApp.token=''"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user