Merge pull request #319 from linuxserver/opencl-pin

pin all opencl related driver packages
pull/333/head
aptalca 2 years ago committed by GitHub
commit f5eda16a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,7 +29,11 @@ RUN \
apt-get update && \
apt-get install -y \
jq \
intel-igc-cm=1.0.128+i699.3~u20.04 \
intel-opencl-icd=21.49.21786+i643~u20.04 \
libigc1=1.0.10409+i699.3~u20.04 \
libigdfcl1=1.0.10409+i699.3~u20.04 \
libigdgmm11=21.3.3+i643~u20.04 \
udev \
unrar \
wget && \

@ -299,6 +299,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **18.07.22:** - Pin all opencl related driver packages.
* **16.05.22:** - Pin opencl version.
* **04.03.22:** - Increase verbosity of video device permissions fix, attempt to fix missing group rw.
* **25.12.21:** - Install Intel drivers from the official repo.

@ -107,6 +107,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "18.07.22:", desc: "Pin all opencl related driver packages." }
- { date: "16.05.22:", desc: "Pin opencl version." }
- { date: "04.03.22:", desc: "Increase verbosity of video device permissions fix, attempt to fix missing group rw." }
- { date: "25.12.21:", desc: "Install Intel drivers from the official repo." }

@ -1,11 +1,5 @@
#!/usr/bin/with-contenv bash
if [ -n "${UMASK_SET}" ] && [ -z "${UMASK}" ]; then
echo -e "You are using a legacy method of defining umask\nplease update your environment variable from UMASK_SET to UMASK\nto keep the functionality after July 2021"
umask ${UMASK_SET}
fi
echo "Starting Plex Media Server."
export PLEX_MEDIA_SERVER_INFO_MODEL=$(uname -m)
export PLEX_MEDIA_SERVER_INFO_PLATFORM_VERSION=$(uname -r)

Loading…
Cancel
Save