diff --git a/docker/hwaccel.ml.yml b/docker/hwaccel.ml.yml index 3afc5ceafd..d9455d2bb7 100644 --- a/docker/hwaccel.ml.yml +++ b/docker/hwaccel.ml.yml @@ -1,9 +1,7 @@ -version: "3.8" - # Configurations for hardware-accelerated machine learning # If using Unraid or another platform that doesn't allow multiple Compose files, -# you can inline the config for a backend by copying its contents +# you can inline the config for a backend by copying its contents # into the immich-machine-learning service in the docker-compose.yml file. # See https://immich.app/docs/features/ml-hardware-acceleration for info on usage. @@ -30,7 +28,7 @@ services: openvino: device_cgroup_rules: - - "c 189:* rmw" + - 'c 189:* rmw' devices: - /dev/dri:/dev/dri volumes: diff --git a/docker/hwaccel.transcoding.yml b/docker/hwaccel.transcoding.yml index 6b5fa0be1f..c12231e9f0 100644 --- a/docker/hwaccel.transcoding.yml +++ b/docker/hwaccel.transcoding.yml @@ -1,5 +1,3 @@ -version: '3.8' - # Configurations for hardware-accelerated transcoding # If using Unraid or another platform that doesn't allow multiple Compose files,