mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-02 19:17:33 +01:00
update jupyter
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user