From d94e7220fea80c89bbc066ca59068d1176718c27 Mon Sep 17 00:00:00 2001 From: Matthew Whitlock Date: Mon, 23 Sep 2024 12:56:09 -0700 Subject: [PATCH] Install gcc-10 for nvcc_wrapper to use in tests --- ci/docker/ubuntu-20.04-nvidia-cpp.dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/docker/ubuntu-20.04-nvidia-cpp.dockerfile b/ci/docker/ubuntu-20.04-nvidia-cpp.dockerfile index fb99355c..3420c359 100644 --- a/ci/docker/ubuntu-20.04-nvidia-cpp.dockerfile +++ b/ci/docker/ubuntu-20.04-nvidia-cpp.dockerfile @@ -24,6 +24,7 @@ RUN apt-get update -y -q && \ gnupg \ make-guile \ unzip \ + gcc-10 \ libomp5 \ valgrind \ ccache && \