mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Removing all variables ?
This commit is contained in:
parent
df87a771d3
commit
d5fca1edc6
@ -524,13 +524,13 @@ def launcher(event_loop):
|
|||||||
container = client.containers.run(
|
container = client.containers.run(
|
||||||
DOCKER_IMAGE,
|
DOCKER_IMAGE,
|
||||||
command=args,
|
command=args,
|
||||||
name=container_name,
|
# name=container_name,
|
||||||
environment=env,
|
# environment=env,
|
||||||
auto_remove=False,
|
# auto_remove=False,
|
||||||
detach=True,
|
# detach=True,
|
||||||
# device_requests=device_requests,
|
# device_requests=device_requests,
|
||||||
# devices=devices,
|
# devices=devices,
|
||||||
volumes=volumes,
|
# volumes=volumes,
|
||||||
ports={"80/tcp": port},
|
ports={"80/tcp": port},
|
||||||
healthcheck={"timeout": int(10 * 1e9)},
|
healthcheck={"timeout": int(10 * 1e9)},
|
||||||
shm_size="1G",
|
shm_size="1G",
|
||||||
|
Loading…
Reference in New Issue
Block a user