update ds compose

This commit is contained in:
2019-07-06 08:35:24 +08:00
parent b182e39f9d
commit 89c52d9fac
+3 -2
View File
@@ -5,11 +5,12 @@ services:
tty: true
restart: unless-stopped
volumes:
- /mnt/jupyter-data:/home/junv/work
- /mnt/jupyter-config:/home/junv/.jupyter
- /mnt/jupyter-data:/home/jovyan/work
- /mnt/jupyter-config:/home/jovyan/.jupyter
ports:
- 18888:8888
image: jupyter/tensorflow-notebook:latest
environment:
- CHOWN_HOME=yes
- GRANT_SUDO=yes
- JUPYTER_ENABLE_LAB=yes