2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-03 19:44:58 +01:00

update jupyter

This commit is contained in:
kev
2022-02-08 18:12:01 +08:00
parent f15dbc04ac
commit c3017ee754
2 changed files with 28 additions and 17 deletions

View File

@@ -1,8 +1,9 @@
notebook:
image: jupyter/scipy-notebook
hostname: jupyter-notebook
ports:
- "8888:8888"
volumes:
- ./data:/home/jovyan
restart: unless-stopped
version: "3.8"
services:
notebook:
image: jupyter/minimal-notebook
ports:
- "8888:8888"
volumes:
- ./data:/home/jovyan
restart: unless-stopped