File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
3838RUN apt-get update && apt-get install -y curl libpq5 ca-certificates && rm -rf /var/lib/apt/lists/*
3939
Original file line number Diff line number Diff 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
4141COPY --from=builder /setup_compact.key /setup_compact.key
You can’t perform that action at this time.
0 commit comments