This repository has been archived on 2022-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
mmp-osp1/docker-compose.yaml

14 lines
310 B
YAML
Raw Normal View History

version: "3.3"
services:
autophotographer:
build:
context: .
dockerfile: Dockerfile.cpu
image: noble/autophotographer
volumes:
# Source of project
- .:/mmp-osp1
# Location of dataset
2022-05-05 16:48:37 +01:00
# - /location/of/AVA:/datasets/AVA
- $HOME/Documents/Datasets:/datasets