fun-with-ai/docker-compose.yaml

7 lines
117 B
YAML
Raw Normal View History

2025-02-05 22:38:41 +00:00
services:
jupyter-notebook:
build: .
ports:
- 8888:8888
volumes:
- ./work:/home/jovyan/work