fun-with-ai/docker-compose.yaml

7 lines
117 B
YAML

services:
jupyter-notebook:
build: .
ports:
- 8888:8888
volumes:
- ./work:/home/jovyan/work