Update fly.toml

This commit is contained in:
elia 2024-10-03 16:20:34 +02:00 committed by GitHub
parent 1e42a6b6b3
commit eb0476addb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,11 +5,7 @@ primary_region = "ord"
entrypoint = "/start.sh"
[build]
image = "vllm/vllm-openai:v0.4.2"
[[mounts]]
source = "models"
destination = "/root/.cache/huggingface"
image = "vllm/vllm-openai:latest"
[http_service]
internal_port = 8000
@ -22,4 +18,3 @@ gpus = 1
[[files]]
guest_path = "/start.sh"
local_path = "start.sh"