mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04: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,
|
||||
ports={"80/tcp": port},
|
||||
shm_size="1G"
|
||||
)
|
||||
|
||||
yield ContainerLauncherHandle(client, container.name, port)
|
||||
|
Loading…
Reference in New Issue
Block a user