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 6b54d44959
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Refactored and modified the project structure
2022-04-25 13:29:34 +01:00

13 lines
No EOL
268 B
YAML

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