symlink libopencl driver

This commit is contained in:
aptalca 2022-11-14 12:02:42 -05:00
parent 565f51dbbb
commit d1174898c2
5 changed files with 3 additions and 9 deletions

View File

@ -15,9 +15,6 @@ ENV DEBIAN_FRONTEND="noninteractive" CUSTOM_PORT="8080"
RUN \
echo "**** install packages ****" && \
apt-get update && \
apt-get install -y --no-install-recommends \
gnupg && \
apt-key adv --keyserver hkp://keyserver.ubuntu.com:11371 --recv-keys E36CE452F7C2AE96FB1354901BCB19E03C2A1859 && \
echo "deb http://ppa.launchpad.net/costamagnagianfranco/boinc/ubuntu jammy main" >> /etc/apt/sources.list.d/boinc.list && \
echo "deb-src http://ppa.launchpad.net/costamagnagianfranco/boinc/ubuntu jammy main" >> /etc/apt/sources.list.d/boinc.list && \
@ -31,6 +28,7 @@ RUN \
${BOINC} \
boinc-client-opencl \
boinc-manager && \
ln -s libOpenCL.so.1 /usr/lib/x86_64-linux-gnu/libOpenCL.so && \
echo "**** cleanup ****" && \
apt-get clean && \
rm -rf \

View File

@ -15,9 +15,6 @@ ENV DEBIAN_FRONTEND="noninteractive" CUSTOM_PORT="8080"
RUN \
echo "**** install packages ****" && \
apt-get update && \
apt-get install -y --no-install-recommends \
gnupg && \
apt-key adv --keyserver hkp://keyserver.ubuntu.com:11371 --recv-keys E36CE452F7C2AE96FB1354901BCB19E03C2A1859 && \
echo "deb http://ppa.launchpad.net/costamagnagianfranco/boinc/ubuntu jammy main" >> /etc/apt/sources.list.d/boinc.list && \
echo "deb-src http://ppa.launchpad.net/costamagnagianfranco/boinc/ubuntu jammy main" >> /etc/apt/sources.list.d/boinc.list && \

View File

@ -15,9 +15,6 @@ ENV DEBIAN_FRONTEND="noninteractive" CUSTOM_PORT="8080"
RUN \
echo "**** install packages ****" && \
apt-get update && \
apt-get install -y --no-install-recommends \
gnupg && \
apt-key adv --keyserver hkp://keyserver.ubuntu.com:11371 --recv-keys E36CE452F7C2AE96FB1354901BCB19E03C2A1859 && \
echo "deb http://ppa.launchpad.net/costamagnagianfranco/boinc/ubuntu jammy main" >> /etc/apt/sources.list.d/boinc.list && \
echo "deb-src http://ppa.launchpad.net/costamagnagianfranco/boinc/ubuntu jammy main" >> /etc/apt/sources.list.d/boinc.list && \

View File

@ -254,6 +254,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **14.11.22:** - Fix opencl driver.
* **18.09.22:** - Rebase to jammy.
* **24.02.22:** - Rebase to focal.
* **31.01.22:** - Improve device permissions setting verbosity.

View File

@ -78,6 +78,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "14.11.22:", desc: "Fix opencl driver." }
- { date: "18.09.22:", desc: "Rebase to jammy." }
- { date: "24.02.22:", desc: "Rebase to focal." }
- { date: "31.01.22:", desc: "Improve device permissions setting verbosity." }