14 lines
No EOL
310 B
YAML
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 |