|
|
|
@ -48,7 +48,7 @@ RUN apt-get update \
|
|
|
|
|
locales \
|
|
|
|
|
# Intel VAAPI Tone mapping dependencies:
|
|
|
|
|
# Prefer NEO to Beignet since the latter one doesn't support Comet Lake or newer for now.
|
|
|
|
|
# Do not use the intel-opencl-icd package from repo since they were not build with RELEASE_WITH_REGKEYS enabled.
|
|
|
|
|
# Do not use the intel-opencl-icd package from repo since they will not build with RELEASE_WITH_REGKEYS enabled.
|
|
|
|
|
&& mkdir intel-compute-runtime \
|
|
|
|
|
&& cd intel-compute-runtime \
|
|
|
|
|
&& wget https://github.com/intel/compute-runtime/releases/download/${NEO_VERSION}/intel-gmmlib_${GMMLIB_VERSION}_amd64.deb \
|
|
|
|
|