feat: added docker-compose for containerized notebook
parent
9ce86c12a7
commit
1e7c1eac1c
|
@ -0,0 +1,8 @@
|
||||||
|
services:
|
||||||
|
notebook:
|
||||||
|
image: jupyter/scipy-notebook
|
||||||
|
ports:
|
||||||
|
- 8888:8888
|
||||||
|
volumes:
|
||||||
|
- ./work:/home/jovyan/work
|
||||||
|
- ../data:/home/jovyan/data:ro
|
Loading…
Reference in New Issue