Skip to content

Commit 3bcbebd

Browse files
chore(deps): update nvidia/cuda docker tag to v12.9.1
1 parent f8e5aa4 commit 3bcbebd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/zksync-os-prover-fri/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN cargo chef cook -p zksync_os_fri_prover --release --features gpu --recipe-pa
4444
COPY . .
4545
RUN cargo build -p zksync_os_fri_prover --release --features gpu
4646

47-
FROM nvidia/cuda:12.2.0-runtime-ubuntu22.04
47+
FROM nvidia/cuda:12.9.1-runtime-ubuntu22.04
4848

4949
RUN apt-get update && apt-get install -y curl libpq5 ca-certificates && rm -rf /var/lib/apt/lists/*
5050

docker/zksync-os-prover-snark/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN BELLMAN_CUDA_DIR=$PWD/bellman-cuda cargo build -p zksync_os_snark_prover --r
5252

5353
###############
5454

55-
FROM nvidia/cuda:12.2.0-runtime-ubuntu22.04
55+
FROM nvidia/cuda:12.9.1-runtime-ubuntu22.04
5656

5757
COPY docker/zksync-os-prover-snark/entrypoint.sh /entrypoint.sh
5858

0 commit comments

Comments
 (0)