mlops/docker-compose.yaml

16 lines
247 B
YAML
Raw Normal View History

---
version: "3.5"
services:
jupyter:
container_name: jupyter
build:
context: .
dockerfile: jupyterlab.Dockerfile
restart: unless-stopped
ports:
- 0.0.0.0:9001:9001
volumes:
- ./notebooks:/notebooks