1
0
Fork 0

basic jupyter setup with docker compose

This commit is contained in:
Massaki Archambault 2024-08-28 22:26:25 -04:00
parent 2beb9bcdf5
commit 8354dae4ef
2 changed files with 7 additions and 0 deletions

7
docker-compose.yaml Normal file
View File

@ -0,0 +1,7 @@
services:
jupyter-notebook:
image: quay.io/jupyter/base-notebook
ports:
- 8888:8888
volumes:
- ./work:/home/jovyan/work

0
work/.keep Normal file
View File