Skip to content

Commit

Permalink
moongate image
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirhemo committed Oct 11, 2024
1 parent 588a300 commit 6b8e241
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 @@ -84,7 +84,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 = "public.ecr.aws/succinct-labs/sp1-gpu:192f2b3";
let image_name = "public.ecr.aws/succinct-labs/sp1-gpu:2cf33e1";

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

0 comments on commit 6b8e241

Please sign in to comment.