From c12041d81186d8319d9c44e913e5d4cbbbe6c5e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corn=C3=A9=20Lukken?= <lukken@astron.nl> Date: Tue, 22 Apr 2025 08:59:17 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Bram Veenboer <veenboer@astron.nl> --- docker/ci-runner/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/ci-runner/Dockerfile b/docker/ci-runner/Dockerfile index cf68883..e8e6c22 100644 --- a/docker/ci-runner/Dockerfile +++ b/docker/ci-runner/Dockerfile @@ -36,8 +36,6 @@ RUN git clone https://gitlab.com/ska-telescope/ska-sdp-spack.git ${SPACK_REPO_DI git checkout ded1a99bfb0dcc37a5d8f9404a10c509296e8e89 && \ . ${SPACK_DIR}/share/spack/setup-env.sh && \ spack repo add ${SPACK_REPO_DIR}/ska-sdp-spack -#RUN mkdir -p $HOME/.spack -#RUN echo "repos:\n- ${SPACK_REPO_DIR}/ska-sdp-spack" > $HOME/.spack/repos.yaml RUN wget --quiet -O NVIDIA-driver.run https://us.download.nvidia.com/tesla/550.90.12/NVIDIA-Linux-x86_64-550.90.12.run RUN chmod +x NVIDIA-driver.run -- GitLab