mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
add shm_size
This commit is contained in:
parent
3e4ab6c553
commit
a99ee04348
@ -318,6 +318,7 @@ def launcher(event_loop):
|
|||||||
],
|
],
|
||||||
volumes=volumes,
|
volumes=volumes,
|
||||||
ports={"80/tcp": port},
|
ports={"80/tcp": port},
|
||||||
|
shm_size="1G"
|
||||||
)
|
)
|
||||||
|
|
||||||
yield ContainerLauncherHandle(client, container.name, port)
|
yield ContainerLauncherHandle(client, container.name, port)
|
||||||
|
Loading…
Reference in New Issue
Block a user