13 lines
No EOL
269 B
YAML
13 lines
No EOL
269 B
YAML
version: "3.3"
|
|
|
|
services:
|
|
autophotographer:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.cpu
|
|
image: noble/autophotographer
|
|
volumes:
|
|
# Source of project
|
|
- .:/mmp-osp1
|
|
# Location of dataset
|
|
- $HOME/Documents/Datasets:/datasets |