Skip to content

Commit 506b878

Browse files
chore(deps): update nvidia/cuda docker tag to v12.9.1
1 parent 8797736 commit 506b878

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
@@ -33,7 +33,7 @@ RUN cargo build -p zksync_os_fri_prover --release --features gpu
3333

3434
###############
3535

36-
FROM nvidia/cuda:12.2.0-runtime-ubuntu22.04
36+
FROM nvidia/cuda:12.9.1-runtime-ubuntu22.04
3737

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

docker/zksync-os-prover-snark/Dockerfile

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

4242
###############
4343

44-
FROM nvidia/cuda:12.2.0-runtime-ubuntu22.04
44+
FROM nvidia/cuda:12.9.1-runtime-ubuntu22.04
4545

4646
COPY docker/zksync-os-prover-snark/entrypoint.sh /entrypoint.sh
4747

0 commit comments

Comments
 (0)