mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Mount volume + port forward
This commit is contained in:
parent
18fefd4d68
commit
c803a53cdd
@ -538,8 +538,8 @@ def launcher(event_loop):
|
||||
# detach=True,
|
||||
# device_requests=device_requests,
|
||||
devices=devices,
|
||||
# volumes=volumes,
|
||||
# ports={"80/tcp": port},
|
||||
volumes=volumes,
|
||||
ports={"80/tcp": port},
|
||||
# healthcheck={"timeout": int(10 * 1e9)},
|
||||
# shm_size="1G",
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user