This commit is contained in:
2024-06-12 19:10:26 +00:00
parent bd9c00cc67
commit a3445075cc
7 changed files with 308 additions and 287 deletions
+1
View File
@@ -1,2 +1,3 @@
ROOT_DIR=/opt/jupyter_gpu/tensorflow
DATA_DIR=/opt/jupyter_gpu/data
JUPYTER_PORT=9999
+3 -2
View File
@@ -3,6 +3,7 @@ version: '3.8'
#==================================================
# Relies on the file `.env` content for varables:
# ROOT_DIR
# DATA_DIR
# JUPYTER_PORT
#==================================================
@@ -10,7 +11,7 @@ services:
jupyter:
# user: "oleg"
build: ${ROOT_DIR}
image: cvtt/jupyter_gpu_tf:v1.0.5
image: cvtt/jupyter_gpu_tf:v1.0.6
container_name: jupyter_gpu_tf
runtime: nvidia
environment:
@@ -20,7 +21,7 @@ services:
- ${ROOT_DIR}/notebooks:/workspace
- ${ROOT_DIR}/jupyter_settings/user-settings:/home/oleg/.jupyter/lab/user-settings
- ${ROOT_DIR}/jupyter_settings/workspaces:/home/oleg/.jupyter/lab/workspaces
- /opt/jupyter_gpu/data:/workspace/data
- ${DATA_DIR}:/workspace/data
ports:
- "${JUPYTER_PORT}:${JUPYTER_PORT}"
shm_size: "8gb"
File diff suppressed because one or more lines are too long
View File