commit
d57bab6471
3 changed files with 3 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ RUN \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
jq \
|
jq \
|
||||||
intel-opencl-icd \
|
intel-opencl-icd=21.49.21786+i643~u20.04 \
|
||||||
udev \
|
udev \
|
||||||
unrar \
|
unrar \
|
||||||
wget && \
|
wget && \
|
||||||
|
|
|
||||||
|
|
@ -299,6 +299,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **16.05.22:** - Pin opencl version.
|
||||||
* **04.03.22:** - Increase verbosity of video device permissions fix, attempt to fix missing group rw.
|
* **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.
|
* **25.12.21:** - Install Intel drivers from the official repo.
|
||||||
* **20.01.21:** - Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information.
|
* **20.01.21:** - Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information.
|
||||||
|
|
|
||||||
|
|
@ -107,6 +107,7 @@ app_setup_block: |
|
||||||
|
|
||||||
# changelog
|
# changelog
|
||||||
changelogs:
|
changelogs:
|
||||||
|
- { 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: "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." }
|
- { date: "25.12.21:", desc: "Install Intel drivers from the official repo." }
|
||||||
- { date: "20.01.21:", desc: "Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information." }
|
- { date: "20.01.21:", desc: "Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information." }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue