You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-06 22:23:10 +02:00
add jupyter/notebook
This commit is contained in:
2
jupyter/README.md
Normal file
2
jupyter/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
jupyter
|
||||
=======
|
7
jupyter/docker-compose.yml
Normal file
7
jupyter/docker-compose.yml
Normal file
@ -0,0 +1,7 @@
|
||||
notebook:
|
||||
image: jupyter/notebook
|
||||
ports:
|
||||
- "8888:8888"
|
||||
volumes:
|
||||
- ./notebooks:/notebooks
|
||||
restart: unless-stopped
|
Reference in New Issue
Block a user