mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-09-13 06:10:12 +02:00
build
This commit is contained in:
@@ -31,7 +31,7 @@ services:
|
|||||||
- stack.env
|
- stack.env
|
||||||
extends:
|
extends:
|
||||||
file: hwaccel.ml.yml
|
file: hwaccel.ml.yml
|
||||||
service: openvino
|
service: ${HW_MODE2:-cpu}
|
||||||
healthcheck:
|
healthcheck:
|
||||||
disable: false
|
disable: false
|
||||||
image: ${DOCKER_REGISTRY:-}ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
|
image: ${DOCKER_REGISTRY:-}ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
|
||||||
@@ -50,7 +50,7 @@ services:
|
|||||||
- stack.env
|
- stack.env
|
||||||
extends:
|
extends:
|
||||||
file: hwaccel.transcoding.yml
|
file: hwaccel.transcoding.yml
|
||||||
service: vaapi
|
service: ${HW_MODE1:-cpu}
|
||||||
healthcheck:
|
healthcheck:
|
||||||
disable: false
|
disable: false
|
||||||
image: ${DOCKER_REGISTRY:-}ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
|
image: ${DOCKER_REGISTRY:-}ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
|
||||||
@@ -86,4 +86,3 @@ services:
|
|||||||
restart: ${RESTART:-unless-stopped}
|
restart: ${RESTART:-unless-stopped}
|
||||||
volumes:
|
volumes:
|
||||||
model-cache: null
|
model-cache: null
|
||||||
|
|
||||||
|
@@ -33,7 +33,6 @@ services:
|
|||||||
- /dev/dri:/dev/dri
|
- /dev/dri:/dev/dri
|
||||||
volumes:
|
volumes:
|
||||||
- /dev/bus/usb:/dev/bus/usb
|
- /dev/bus/usb:/dev/bus/usb
|
||||||
- /dev/dri:/dev/dri
|
|
||||||
|
|
||||||
openvino-wsl:
|
openvino-wsl:
|
||||||
devices:
|
devices:
|
||||||
@@ -42,4 +41,3 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /dev/bus/usb:/dev/bus/usb
|
- /dev/bus/usb:/dev/bus/usb
|
||||||
- /usr/lib/wsl:/usr/lib/wsl
|
- /usr/lib/wsl:/usr/lib/wsl
|
||||||
- /dev/dri:/dev/dri
|
|
||||||
|
@@ -50,6 +50,5 @@ services:
|
|||||||
- /dev/dxg:/dev/dxg
|
- /dev/dxg:/dev/dxg
|
||||||
volumes:
|
volumes:
|
||||||
- /usr/lib/wsl:/usr/lib/wsl
|
- /usr/lib/wsl:/usr/lib/wsl
|
||||||
- /dev/dri:/dev/dri
|
|
||||||
environment:
|
environment:
|
||||||
- LIBVA_DRIVER_NAME=d3d12
|
- LIBVA_DRIVER_NAME=d3d12
|
||||||
|
Reference in New Issue
Block a user