From ee1b0c3e4fea33ba76dbce529b19383092057315 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Thu, 10 Aug 2023 16:30:25 +0200 Subject: [PATCH] Use stable repo URL directly Signed-off-by: Evan Lezar --- build/container/Dockerfile.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/container/Dockerfile.ubuntu b/build/container/Dockerfile.ubuntu index 84862fd2..fc3358dc 100644 --- a/build/container/Dockerfile.ubuntu +++ b/build/container/Dockerfile.ubuntu @@ -75,7 +75,7 @@ ARG PACKAGE_VERSION ARG TARGETARCH ENV PACKAGE_ARCH ${TARGETARCH} -ARG LIBNVIDIA_CONTAINER_REPO="https://nvidia.github.io/libnvidia-container" +ARG LIBNVIDIA_CONTAINER_REPO="https://nvidia.github.io/libnvidia-container/stable" ARG LIBNVIDIA_CONTAINER0_VERSION RUN if [ "${PACKAGE_ARCH}" = "arm64" ]; then \ curl -L ${LIBNVIDIA_CONTAINER_REPO}/${PACKAGE_DIST}/${PACKAGE_ARCH}/libnvidia-container0_${LIBNVIDIA_CONTAINER0_VERSION}_${PACKAGE_ARCH}.deb \