Skip to content

Commit c2e374d

Browse files
authored
put dockerfile back
1 parent a787d2c commit c2e374d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

container/ubuntu22-cuda12/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM nvidia/cuda:12.9.0-cudnn-devel-ubuntu22.04
1+
FROM nvidia/cuda:12.8.1-cudnn-devel-ubuntu22.04
2+
# TODO: needs to change to 12.9.0 for llvm-v19
23

34
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -qq -y install \
45
build-essential \

container/ubuntu24-cuda12/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM nvidia/cuda:12.9.0-cudnn-devel-ubuntu24.04
1+
FROM nvidia/cuda:12.8.1-cudnn-devel-ubuntu24.04
2+
# TODO: needs to change to 12.9.0 for llvm-v19
23

34
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -qq -y install \
45
build-essential \

0 commit comments

Comments
 (0)