mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
volumes useage correction
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user