mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
More timeout on docker start ?
This commit is contained in:
parent
3a9cdc3241
commit
5bab8c9368
@ -557,7 +557,7 @@ def launcher(event_loop):
|
||||
devices=devices,
|
||||
volumes=volumes,
|
||||
ports={"80/tcp": port},
|
||||
healthcheck={"timeout": int(10 * 1e9)},
|
||||
healthcheck={"timeout": int(60 * 1e9), "retries": 2}, # 60s
|
||||
shm_size="1G",
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user