Skip to content

Commit

Permalink
fix to docker name
Browse files Browse the repository at this point in the history
  • Loading branch information
kevjue committed Sep 20, 2024
1 parent 27e0d5a commit 041dc9a
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 @@ -85,7 +85,7 @@ impl SP1CudaProver {
/// [SP1ProverClient] that can be used to communicate with the container.
pub fn new() -> Result<Self, Box<dyn StdError>> {
let container_name = "sp1-gpu";
let image_name = "jtguibas/sp1-gpu:v3.0-rc2";
let image_name = "jtguibas/sp1-gpu:v3.0.0-rc2";

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

0 comments on commit 041dc9a

Please sign in to comment.