mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
added v3
This commit is contained in:
@ -16,9 +16,6 @@ services:
|
|||||||
file: hwaccel.transcoding.yml
|
file: hwaccel.transcoding.yml
|
||||||
#service: vaapi # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
|
#service: vaapi # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
|
||||||
service: cpu
|
service: cpu
|
||||||
devices:
|
|
||||||
- /dev/dri/renderD128
|
|
||||||
- /dev/dri/card1
|
|
||||||
volumes:
|
volumes:
|
||||||
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
|
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
|
||||||
- /share/docker_data/immich/library:/usr/src/app/upload
|
- /share/docker_data/immich/library:/usr/src/app/upload
|
||||||
@ -44,9 +41,6 @@ services:
|
|||||||
file: hwaccel.ml.yml
|
file: hwaccel.ml.yml
|
||||||
#service: openvino # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable
|
#service: openvino # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable
|
||||||
service: cpu
|
service: cpu
|
||||||
devices:
|
|
||||||
- /dev/dri/renderD128
|
|
||||||
- /dev/dri/card1
|
|
||||||
volumes:
|
volumes:
|
||||||
- model-cache:/cache
|
- model-cache:/cache
|
||||||
env_file:
|
env_file:
|
||||||
|
@ -44,7 +44,6 @@ services:
|
|||||||
vaapi:
|
vaapi:
|
||||||
devices:
|
devices:
|
||||||
- /dev/dri:/dev/dri
|
- /dev/dri:/dev/dri
|
||||||
|
|
||||||
vaapi-wsl: # use this for VAAPI if you're running Immich in WSL2
|
vaapi-wsl: # use this for VAAPI if you're running Immich in WSL2
|
||||||
devices:
|
devices:
|
||||||
- /dev/dri:/dev/dri
|
- /dev/dri:/dev/dri
|
||||||
|
Reference in New Issue
Block a user