Removing all variables ?

This commit is contained in:
Nicolas Patry 2024-10-02 17:25:11 +02:00
parent df87a771d3
commit d5fca1edc6
No known key found for this signature in database
GPG Key ID: E939E8CC91A1C674

View File

@ -524,13 +524,13 @@ def launcher(event_loop):
container = client.containers.run(
DOCKER_IMAGE,
command=args,
name=container_name,
environment=env,
auto_remove=False,
detach=True,
# name=container_name,
# environment=env,
# auto_remove=False,
# detach=True,
# device_requests=device_requests,
# devices=devices,
volumes=volumes,
# volumes=volumes,
ports={"80/tcp": port},
healthcheck={"timeout": int(10 * 1e9)},
shm_size="1G",