Skip to content

Commit

Permalink
feat: keep one container warm
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersuweijie committed Oct 17, 2024
1 parent b02cf2e commit 64c4be5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app/modal/create-proof-gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def main():
@app.function(
timeout=3600,
image=base_image,
keep_warm=1,
container_idle_timeout=300,
gpu="H100",
volumes={
Expand Down

0 comments on commit 64c4be5

Please sign in to comment.