Apply suggestions from code review

Co-authored-by: artiume <siderite@gmail.com>
pull/4597/head
Nyanmisaka 4 years ago committed by GitHub
parent b26a5e9e20
commit 8814d9c5ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 \

Loading…
Cancel
Save