diff --git a/ds/docker-compose.yaml b/ds/docker-compose.yaml index 1786b7e..db7e377 100644 --- a/ds/docker-compose.yaml +++ b/ds/docker-compose.yaml @@ -3,8 +3,8 @@ services: jupyter: tty: true restart: unless-stopped - # volumes: - # - /mnt/jupyter-data:/home/jovyan/work + volumes: + - /mnt/jupyter-data:/home/jovyan/work ports: - 18888:8888 image: jupyter/tensorflow-notebook:latest