We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328b621 commit e877424Copy full SHA for e877424
cuda
@@ -1,11 +1,11 @@
1
-ARG TAG=12.2.0-devel-ubuntu20.04
+ARG TAG=12.2.2-devel-ubuntu22.04
2
FROM docker.io/nvidia/cuda:${TAG}
3
4
USER root
5
ENV DEBIAN_FRONTEND=noninteractive
6
RUN apt-get update && \
7
apt-get upgrade -y && \
8
apt-get install -y \
9
- make git vim emacs wget cmake libopenmpi-dev libfftw3-dev libgtest-dev libhdf5-openmpi-dev bzip2 && \
+ make git vim emacs clang-14 wget cmake libopenmpi-dev libfftw3-dev libgtest-dev libhdf5-openmpi-dev bzip2 && \
10
apt-get purge --autoremove -y && \
11
rm -rf /var/lib/apt/lists/*
0 commit comments