Skip to content

Commit 09b20d0

Browse files
chore(deps): update nvidia/cuda docker tag to v12.9.1
1 parent a67c054 commit 09b20d0

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
@@ -35,7 +35,7 @@ RUN cargo build -p zksync_os_snark_prover --release
3535

3636
###############
3737

38-
FROM nvidia/cuda:12.2.0-runtime-ubuntu22.04
38+
FROM nvidia/cuda:12.9.1-runtime-ubuntu22.04
3939

4040
# HACK copying to root is the only way to make Docker layer caching work for these files for some reason
4141
COPY --from=builder /setup_compact.key /setup_compact.key

0 commit comments

Comments
 (0)