Sammy
12/30/2023, 9:50 PMdocker run --gpus all myimage
) ?Kevin Grismore
12/30/2023, 10:29 PMclient.containers.create
, which supports these kwargs. However, the kwargs available by default in the docker work pool are a subset of thoseKevin Grismore
12/30/2023, 10:31 PM"job_configuration": {
"command": "{{ command }}",
"env": "{{ env }}",
"labels": "{{ labels }}",
"name": "{{ name }}",
"image": "{{ image }}",
"image_pull_policy": "{{ image_pull_policy }}",
"networks": "{{ networks }}",
"network_mode": "{{ network_mode }}",
"auto_remove": "{{ auto_remove }}",
"volumes": "{{ volumes }}",
"stream_output": "{{ stream_output }}",
"mem_limit": "{{ mem_limit }}",
"memswap_limit": "{{ memswap_limit }}",
"privileged": "{{ privileged }}"
Sammy
12/31/2023, 2:44 PM