diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index 8de3f86..8994465 100644 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -16,9 +16,6 @@ services: file: hwaccel.transcoding.yml #service: vaapi # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding service: cpu - devices: - - /dev/dri/renderD128 - - /dev/dri/card1 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 - /share/docker_data/immich/library:/usr/src/app/upload @@ -44,9 +41,6 @@ services: 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: cpu - devices: - - /dev/dri/renderD128 - - /dev/dri/card1 volumes: - model-cache:/cache env_file: diff --git a/immich/hwaccel.transcoding.yml b/immich/hwaccel.transcoding.yml index 60ee7e8..8628e6f 100644 --- a/immich/hwaccel.transcoding.yml +++ b/immich/hwaccel.transcoding.yml @@ -44,7 +44,6 @@ services: vaapi: devices: - /dev/dri:/dev/dri - vaapi-wsl: # use this for VAAPI if you're running Immich in WSL2 devices: - /dev/dri:/dev/dri