From 9ba830f3b9ec3e6ef8c4594ad23cbaeb2abbb217 Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Thu, 9 May 2024 22:24:26 -0400 Subject: [PATCH] Update libvpl repo and fix another typo --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f9d36b2..4b1066c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -382,7 +382,7 @@ RUN \ echo "**** grabbing libvpl ****" && \ mkdir -p /tmp/libvpl && \ curl -Lf \ - https://github.com/oneapi-src/oneVPL/archive/refs/tags/v${LIBVPL}.tar.gz | \ + https://github.com/intel/libvpl/archive/refs/tags/v${LIBVPL}.tar.gz | \ tar -zx --strip-components=1 -C /tmp/libvpl RUN \ echo "**** compiling libvpl ****" && \ @@ -396,7 +396,7 @@ RUN \ echo "**** grabbing vpl-gpu-rt ****" && \ mkdir -p /tmp/vpl-gpu-rt && \ curl -Lf \ - https://github.com/intel/vpl-gpu-rt/archive/refs/tags/intel-onevpl-${ONEVPL}.tar.gz | \ + https://github.com/intel/vpl-gpu-rt/archive/refs/tags/intel-onevpl-${VPLGPURT}.tar.gz | \ tar -zx --strip-components=1 -C /tmp/vpl-gpu-rt RUN \ echo "**** compiling onevpl ****" && \