Skip to content

Commit

Permalink
add minimum VM spec
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemclaren committed Feb 29, 2024
1 parent 502a3d7 commit 35e081c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion fly.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
app = "fooocus-demo"
primary_region = "ord"
vm.size = "a100-40gb"

[build]
image = "ghcr.io/fly-apps/fooocus-demo:latest"
Expand All @@ -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"

0 comments on commit 35e081c

Please sign in to comment.