We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1398b27 commit ecb6c0bCopy full SHA for ecb6c0b
Dockerfile
@@ -1,6 +1,6 @@
1
-FROM nvidia/cuda:12.8.0-cudnn-devel-ubuntu24.04
+FROM nvidia/cuda:11.7.1-cudnn8-devel-ubuntu22.04
2
LABEL org.opencontainers.image.source=https://github.com/accel-sim/Dockerfile/
3
-LABEL org.opencontainers.image.description="Accel-Sim container with Ubuntu 24.04 with CUDA 12.8.0 and CUDNN, for CI runs only"
+LABEL org.opencontainers.image.description="Accel-Sim container with Ubuntu 22.04 with CUDA 11.7.1 and CUDNN, for CI runs only"
4
5
SHELL ["/bin/bash", "-c"]
6
0 commit comments