13 lines
268 B
YAML
13 lines
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
|