host_container_device.yml.j2 193 B

123456
  1. devices:
  2. {% for path in nvidia_render_devices | default([]) %}
  3. - path: "{{ path }}"
  4. type: "NVIDIA_GPU_SHARE"
  5. virtual_number: {{ gpu_device_virtual_number | default(2) }}
  6. {% endfor %}