2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-02 19:17:33 +01:00

update jupyter

This commit is contained in:
kev
2020-09-09 15:01:34 +08:00
parent 694c39f14b
commit 312555027e
6 changed files with 44 additions and 5 deletions

View File

@@ -5,9 +5,12 @@ Minimal Jupyter Notebook Stack
## docker-compose.yml
[how to select an image](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html)
```yaml
notebook:
image: jupyter/minimal-notebook
image: jupyter/scipy-notebook
hostname: jupyter-notebook
ports:
- "8888:8888"
volumes: