fix
This commit is contained in:
parent
5a9f10eca5
commit
8d74c252d8
@ -15,13 +15,12 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- JUPYTER_ENABLE_LAB=yes
|
- JUPYTER_ENABLE_LAB=yes
|
||||||
#- PYTHONPATH=/cvtt/prod
|
|
||||||
- TF_CACHE_DIR=/workspace/tf_cache
|
- TF_CACHE_DIR=/workspace/tf_cache
|
||||||
volumes:
|
volumes:
|
||||||
- ${ROOT_DIR}/notebooks:/workspace
|
- ${ROOT_DIR}/notebooks:/workspace
|
||||||
- ${ROOT_DIR}/jupyter_settings/user-settings:/home/oleg/.jupyter/lab/user-settings
|
- ${ROOT_DIR}/jupyter_settings/user-settings:/home/oleg/.jupyter/lab/user-settings
|
||||||
- ${ROOT_DIR}/jupyter_settings/workspaces:/home/oleg/.jupyter/lab/workspaces
|
- ${ROOT_DIR}/jupyter_settings/workspaces:/home/oleg/.jupyter/lab/workspaces
|
||||||
# - ${DATA_DIR}:/workspace/data
|
- ${DATA_DIR}:/workspace/data
|
||||||
ports:
|
ports:
|
||||||
- "${JUPYTER_PORT}:${JUPYTER_PORT}"
|
- "${JUPYTER_PORT}:${JUPYTER_PORT}"
|
||||||
shm_size: "8gb"
|
shm_size: "8gb"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user