diff options
| author | Nyanmisaka <nst799610810@gmail.com> | 2020-11-28 09:03:45 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-28 09:03:45 +0800 |
| commit | 8814d9c5eaf71dfaa1f7e9da5391a15f61fd275f (patch) | |
| tree | ec5182e09cadf1a45f9f01f3d767c1bf347cc026 | |
| parent | b26a5e9e2063b782139f6e61c002b134b3663bc4 (diff) | |
Apply suggestions from code review
Co-authored-by: artiume <siderite@gmail.com>
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 971108495..41dd3d081 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ |
