mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Increasing docker timeout.
This commit is contained in:
parent
7d7fa19147
commit
07efcf423e
@ -528,6 +528,7 @@ def launcher(event_loop):
|
||||
devices=devices,
|
||||
volumes=volumes,
|
||||
ports={"80/tcp": port},
|
||||
healthcheck={"timeout": int(10 * 1e9)},
|
||||
shm_size="1G",
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user