This commit is contained in:
Oleg Sheynin 2024-08-05 14:23:43 -04:00
parent 5a9f10eca5
commit 8d74c252d8

View File

@ -15,13 +15,12 @@ services:
restart: unless-stopped
environment:
- JUPYTER_ENABLE_LAB=yes
#- PYTHONPATH=/cvtt/prod
- TF_CACHE_DIR=/workspace/tf_cache
volumes:
- ${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
# - ${DATA_DIR}:/workspace/data
- ${DATA_DIR}:/workspace/data
ports:
- "${JUPYTER_PORT}:${JUPYTER_PORT}"
shm_size: "8gb"