Skip to content

Commit b43db41

Browse files
Merge pull request #11 from LLNL/task/cuda-13
Add CUDA 13
2 parents 9b87fc8 + b73361f commit b43db41

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ubuntu/cuda/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ USER root
99
ENV DEBIAN_FRONTEND noninteractive
1010

1111
RUN \
12-
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-ubuntu2004.pin \
13-
&& mv cuda-ubuntu2004.pin /etc/apt/preferences.d/cuda-repository-pin-600 \
14-
&& apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pub \
15-
&& add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /" \
12+
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu${ubuntu_version//./}/x86_64/cuda-ubuntu${ubuntu_version//./}.pin \
13+
&& mv cuda-ubuntu${ubuntu_version//./}.pin /etc/apt/preferences.d/cuda-repository-pin-600 \
14+
&& apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu${ubuntu_version//./}/x86_64/3bf863cc.pub \
15+
&& add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu${ubuntu_version//./}/x86_64/ /" \
1616
&& apt-get -qq update \
1717
&& apt-get -qq install -y --no-install-recommends cuda-${cuda_version} \
1818
&& rm -rf /var/lib/apt/lists/* \

ubuntu/cuda/uptodate.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dockerbuild:
1616
- "12-1"
1717
- "12-2"
1818
- "12-3"
19+
- "13-0"
1920
ubuntu_version:
2021
- "22.04"
2122
- "22.04"
@@ -30,6 +31,7 @@ dockerbuild:
3031
- "22.04"
3132
- "22.04"
3233
- "22.04"
34+
- "22.04"
3335

3436
build_args:
3537
cuda_version:

0 commit comments

Comments
 (0)