diff --git a/ds/docker-compose.yaml b/ds/docker-compose.yaml index 5203984..69e04ea 100644 --- a/ds/docker-compose.yaml +++ b/ds/docker-compose.yaml @@ -5,10 +5,10 @@ services: restart: unless-stopped volumes: - /mnt/jupyter-data:/home/jovyan/work + - /mnt/jupyter-config:/home/jovyan/.jupyter ports: - 18888:8888 image: jupyter/tensorflow-notebook:latest environment: - - /mnt/jupyter-config:/home/jovyan/.jupyter - - GRANT_SUDO=yes + - GRANT_SUDO=yes - JUPYTER_ENABLE_LAB=yes