From e9358d74768f804fa8bdd6b7fa0e36d7e52e083d Mon Sep 17 00:00:00 2001 From: Tim Gymnich Date: Wed, 9 Aug 2023 17:08:29 +0200 Subject: [PATCH] install cuda --- builder/install-compilers.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/builder/install-compilers.sh b/builder/install-compilers.sh index e15859c..d9e3da4 100755 --- a/builder/install-compilers.sh +++ b/builder/install-compilers.sh @@ -2,4 +2,6 @@ /app/infra/bin/ce_install --filter-match-any install "compilers/c++/clang 9.0.1" "compilers/c++/clang 10.0.1" "compilers/c++/clang 11.0.1" "compilers/c++/clang 12.0.1" "compilers/c++/clang 13.0.1" "compilers/c++/clang 14.0.0" "compilers/c++/clang 15.0.0" "compilers/c++/clang 16.0.0" "compilers/c++/mlir 16.0.0" "compilers/julia 1.8.5" -/app/infra/bin/ce_install --enable nightly install "compilers/c++/nightly/clang assertions-trunk" \ No newline at end of file +/app/infra/bin/ce_install --enable nightly install "compilers/c++/nightly/clang assertions-trunk" + +/app/infra/bin/ce_install install "compilers/cuda 11.8.0"