From 1b1581e61a0d5d1f15cc4f18af2600c7fb3ddc52 Mon Sep 17 00:00:00 2001 From: NodudeWasTaken <75137537+NodudeWasTaken@users.noreply.github.com> Date: Mon, 11 Sep 2023 13:22:17 +0200 Subject: [PATCH] Downgrade CUDA version to bring it inline with the dev-build version --- docker/ci/x86_64/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/ci/x86_64/Dockerfile b/docker/ci/x86_64/Dockerfile index 3252f79559b..121b127b22e 100644 --- a/docker/ci/x86_64/Dockerfile +++ b/docker/ci/x86_64/Dockerfile @@ -21,7 +21,7 @@ ENV STASH_CONFIG_FILE=/root/.stash/config.yml EXPOSE 9999 CMD ["stash"] -FROM --platform=$TARGETPLATFORM nvidia/cuda:12.2.0-base-ubuntu22.04 AS cuda_app +FROM --platform=$TARGETPLATFORM nvidia/cuda:12.0.1-base-ubuntu22.04 AS cuda_app COPY --from=binary /stash /usr/bin/ ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && apt-get install -y \