mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
16 lines
343 B
YAML
16 lines
343 B
YAML
version: "3.5"
|
|
services:
|
|
jupyter:
|
|
user: root
|
|
tty: true
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /mnt/jupyter-data:/home/junv/work
|
|
- /mnt/jupyter-config:/home/junv/.jupyter
|
|
ports:
|
|
- 18888:8888
|
|
image: jupyter/tensorflow-notebook:latest
|
|
environment:
|
|
- GRANT_SUDO=yes
|
|
- JUPYTER_ENABLE_LAB=yes
|