feat: added docker-compose for containerized notebook

main
Ricard Illa 2023-06-21 15:45:49 +02:00
parent 9ce86c12a7
commit 1e7c1eac1c
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
services:
notebook:
image: jupyter/scipy-notebook
ports:
- 8888:8888
volumes:
- ./work:/home/jovyan/work
- ../data:/home/jovyan/data:ro