Skip to content

Commit

Permalink
chore: bump sp1-gpu version (#1440)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctian1 authored Aug 29, 2024
1 parent 0433f9b commit c658081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cuda/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ impl SP1CudaProver {
/// [SP1ProverClient] that can be used to communicate with the container.
pub fn new() -> Self {
let container_name = "sp1-gpu";
let image_name = "jtguibas/sp1-gpu:v1.2.0-rc1";
let image_name = "succinctlabs/sp1-gpu:v1.2.0-rc2";

let cleaned_up = Arc::new(AtomicBool::new(false));
let cleanup_name = container_name;
Expand Down

0 comments on commit c658081

Please sign in to comment.