progress
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
ROOT_DIR=/opt/jupyter_gpu/tensorflow
|
||||
DATA_DIR=/opt/jupyter_gpu/data
|
||||
JUPYTER_PORT=9999
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user