Skip to content

Commit 6d6d7ec

Browse files
chore: Bump CUDA toolkit to 12.6 (#350)
* chore: Bump CUDA toolkit to 12.6 * fixed name of the repo
1 parent c672242 commit 6d6d7ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-and-push-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
env:
1212
REGISTRY: ghcr.io
1313
IMAGE_NAME: ${{ github.repository }}-base
14-
CUDA_VERSION: 12_2
14+
CUDA_VERSION: 12_6
1515
NCCL_VERSION: 2_22_3_1
1616
jobs:
1717
docker:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ WORKDIR /src/gpu-iris-mpc
2929
COPY . .
3030
RUN cargo build --release --target x86_64-unknown-linux-gnu --bin server --bin client --bin key-manager --bin upgrade-server --bin upgrade-client
3131

32-
FROM --platform=linux/amd64 ghcr.io/worldcoin/gpu-iris-mpc-base:cuda12_2-nccl2_22_3_1
32+
FROM --platform=linux/amd64 ghcr.io/worldcoin/iris-mpc-base:cuda12_6-nccl2_22_3_1
3333
ENV DEBIAN_FRONTEND=noninteractive
3434

3535
# Include client, server and key-manager, upgrade-client and upgrade-server binaries

Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ RUN apt-get update && apt-get install -y pkg-config wget libssl-dev ca-certifica
55
RUN wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.1-1_all.deb \
66
&& dpkg -i cuda-keyring_1.1-1_all.deb \
77
&& apt-get update \
8-
&& apt-get install -y cuda-toolkit-12-2 libnccl2=2.22.3-1+cuda12.2 libnccl-dev=2.22.3-1+cuda12.2
8+
&& apt-get install -y cuda-toolkit-12-6 libnccl2=2.22.3-1+cuda12.6 libnccl-dev=2.22.3-1+cuda12.6

0 commit comments

Comments
 (0)