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

10 lines
154 B
YAML

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