Files
home-docker/ds/docker-compose.yaml
T
2019-07-05 11:55:49 +08:00

15 lines
338 B
YAML

version: "3.5"
services:
jupyter:
tty: true
restart: unless-stopped
volumes:
- /mnt/jupyter-data:/home/jovyan/work
ports:
- 18888:8888
image: jupyter/tensorflow-notebook:latest
environment:
- /mnt/jupyter-config:/home/jovyan/.jupyter
- GRANT_SUDO=yes
- JUPYTER_ENABLE_LAB=yes