mirror of
https://github.com/immich-app/immich.git
synced 2026-02-07 11:33:45 -05:00
16 lines
370 B
YAML
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:
|