mirror of
https://github.com/linuxserver/docker-boinc.git
synced 2026-02-05 11:38:06 +08:00
symlink libopencl driver
This commit is contained in:
parent
565f51dbbb
commit
d1174898c2
@ -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 \
|
||||
|
||||
@ -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 && \
|
||||
|
||||
@ -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 && \
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user