Skip to content

Commit

Permalink
chore: bump moongate
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy committed Jan 31, 2025
1 parent bd1e88e commit 21d857f
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 @@ -107,7 +107,7 @@ impl SP1CudaProver {
pub fn new() -> Result<Self, Box<dyn StdError>> {
let container_name = "sp1-gpu";
let image_name = std::env::var("SP1_GPU_IMAGE")
.unwrap_or_else(|_| "public.ecr.aws/succinct-labs/moongate:v4.0.0".to_string());
.unwrap_or_else(|_| "public.ecr.aws/succinct-labs/moongate:v4.0.2".to_string());

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

0 comments on commit 21d857f

Please sign in to comment.