Update startup_periord to 1200s as a HF model download might take time
parent
2bcc4d649f
commit
477ef83319
|
|
@ -20,7 +20,7 @@ services:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:5000"]
|
test: ["CMD", "curl", "-f", "http://localhost:5000"]
|
||||||
interval: 2s
|
interval: 2s
|
||||||
timeout: 2s
|
timeout: 2s
|
||||||
start_period: 120s
|
start_period: 1200s
|
||||||
|
|
||||||
triton:
|
triton:
|
||||||
image: tabbyml/fastertransformer_backend
|
image: tabbyml/fastertransformer_backend
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue