immich/.devcontainer/ml/docker-compose.yml
2025-05-01 04:11:18 +00:00

16 lines
370 B
YAML

services:
immich-machine-learning:
image: immich-machine-learning-dev:latest
build:
context: ../../machine-learning
dockerfile: Dockerfile
target: devcontainer
hostname: immich-machine-learning
volumes:
# bind mount host to /workspaces/immich
- ../..:/workspaces/immich
- model-cache:/cache
volumes:
model-cache: