This commit is contained in:
2024-06-04 19:14:01 +00:00
parent ae5b2ca565
commit b87224da5b
11 changed files with 1696 additions and 9 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
ROOT_DIR=/opt/jupyter_gpu/test
JUPYTER_PORT=7777
JUPYTER_PORT=7778
+1 -1
View File
@@ -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=''"]