summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/docker/cuda10.2/install_deps.sh
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/ci/docker/cuda10.2/install_deps.sh')
-rwxr-xr-x.gitlab/ci/docker/cuda10.2/install_deps.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/ci/docker/cuda10.2/install_deps.sh b/.gitlab/ci/docker/cuda10.2/install_deps.sh
index 0d57cd3..6d53997 100755
--- a/.gitlab/ci/docker/cuda10.2/install_deps.sh
+++ b/.gitlab/ci/docker/cuda10.2/install_deps.sh
@@ -7,6 +7,7 @@ apt-get update
# Install development tools.
apt-get install -y \
g++ \
+ clang-11 \
curl \
git