This repository has been archived on 2019-12-02. You can view files and clone it, but cannot push or open issues/pull-requests.
video-analysis/docker-compose.yml

9 lines
119 B
YAML

version: '3'
services:
jupyter:
build: .
volumes:
- ./:/home/jovyan/work/
ports:
- 8085:8888