From 35e081c123ff6660bef7d35e957d5b25d4232e0e Mon Sep 17 00:00:00 2001 From: Kyle McLaren Date: Thu, 29 Feb 2024 17:22:36 +0200 Subject: [PATCH] add minimum VM spec --- fly.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index fa3d780..090b3b6 100644 --- a/fly.toml +++ b/fly.toml @@ -1,6 +1,5 @@ app = "fooocus-demo" primary_region = "ord" -vm.size = "a100-40gb" [build] image = "ghcr.io/fly-apps/fooocus-demo:latest" @@ -13,3 +12,8 @@ vm.size = "a100-40gb" source = "model_data" destination = "/app/Fooocus/models" initial_size = "50gb" + +[[vm]] + size = "performance-8x" + memory = "32gb" + gpu_kind = "a100-pcie-40gb"