We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a787d2c commit c2e374dCopy full SHA for c2e374d
container/ubuntu22-cuda12/Dockerfile
@@ -1,4 +1,5 @@
1
-FROM nvidia/cuda:12.9.0-cudnn-devel-ubuntu22.04
+FROM nvidia/cuda:12.8.1-cudnn-devel-ubuntu22.04
2
+# TODO: needs to change to 12.9.0 for llvm-v19
3
4
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -qq -y install \
5
build-essential \
container/ubuntu24-cuda12/Dockerfile
-FROM nvidia/cuda:12.9.0-cudnn-devel-ubuntu24.04
+FROM nvidia/cuda:12.8.1-cudnn-devel-ubuntu24.04
0 commit comments