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