mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 12:54: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,
|
devices=devices,
|
||||||
volumes=volumes,
|
volumes=volumes,
|
||||||
ports={"80/tcp": port},
|
ports={"80/tcp": port},
|
||||||
|
healthcheck={"timeout": int(10 * 1e9)},
|
||||||
shm_size="1G",
|
shm_size="1G",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user