mirror of
https://github.com/matrix-construct/construct
synced 2024-12-25 15:04:10 +01:00
docker/ubuntu/22.04/full: Add OpenCL support.
This commit is contained in:
parent
f1da346a1f
commit
ff6d22d73e
1 changed files with 4 additions and 0 deletions
|
@ -6,12 +6,16 @@ FROM ${acct}/${repo}:ubuntu-22.04-base-${TARGETARCH}
|
|||
ENV packages="\
|
||||
libgraphicsmagick-q16-3 \
|
||||
libpng16-16 \
|
||||
mesa-opencl-icd \
|
||||
ocl-icd-opencl-dev \
|
||||
"
|
||||
|
||||
ENV packages_dev="\
|
||||
${packages_dev} \
|
||||
libgraphicsmagick1-dev \
|
||||
libpng-dev \
|
||||
llvm-spirv \
|
||||
xxd \
|
||||
"
|
||||
|
||||
RUN true \
|
||||
|
|
Loading…
Reference in a new issue