mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
9 lines
161 B
YAML
9 lines
161 B
YAML
notebook:
|
|
image: jupyter/scipy-notebook
|
|
hostname: jupyter-notebook
|
|
ports:
|
|
- "8888:8888"
|
|
volumes:
|
|
- ./data:/home/jovyan
|
|
restart: unless-stopped
|