Apply suggestions from code review
Co-authored-by: artiume <siderite@gmail.com>
This commit is contained in:
parent
b26a5e9e20
commit
8814d9c5ea
|
@ -48,7 +48,7 @@ RUN apt-get update \
|
||||||
locales \
|
locales \
|
||||||
# Intel VAAPI Tone mapping dependencies:
|
# Intel VAAPI Tone mapping dependencies:
|
||||||
# Prefer NEO to Beignet since the latter one doesn't support Comet Lake or newer for now.
|
# 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 \
|
&& mkdir intel-compute-runtime \
|
||||||
&& cd intel-compute-runtime \
|
&& cd intel-compute-runtime \
|
||||||
&& wget https://github.com/intel/compute-runtime/releases/download/${NEO_VERSION}/intel-gmmlib_${GMMLIB_VERSION}_amd64.deb \
|
&& wget https://github.com/intel/compute-runtime/releases/download/${NEO_VERSION}/intel-gmmlib_${GMMLIB_VERSION}_amd64.deb \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user