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
Oscar Pocock 05edb5598a
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/test Pipeline was successful
Added comments to docker-compose.yaml
2022-05-05 16:48:37 +01:00

14 lines
No EOL
310 B
YAML

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