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 @@ -44,7 +44,7 @@ RUN cargo chef cook -p zksync_os_fri_prover --release --features gpu --recipe-pa
4444COPY . .
4545RUN 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
4949RUN apt-get update && apt-get install -y curl libpq5 ca-certificates && rm -rf /var/lib/apt/lists/*
5050
Original file line number Diff line number Diff 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
5757COPY docker/zksync-os-prover-snark/entrypoint.sh /entrypoint.sh
5858
You can’t perform that action at this time.
0 commit comments