Describe why it is important and where it will be useful
Since one part of the Linux world uses Podman in addition to Docker and Podman, in contrast to Docker, inistalizes the GPUs differently than Docker.
Podman: --device nvidia.com/gpu=all
Docker: --gpus all
It would be cool if the AppAPI or the new HaRP gets the possibility to specify whether Docker or Podman is running in the background.
Otherwise you can only run the ExApps in CPU mode when Podman is running in the background.
Describe your proposed solution
A switch or a field where you specify how the GPU is to be addressed in the ExApp.
Describe alternatives you've considered, if relevant
No response
Additional context
No response
Describe why it is important and where it will be useful
Since one part of the Linux world uses Podman in addition to Docker and Podman, in contrast to Docker, inistalizes the GPUs differently than Docker.
Podman: --device nvidia.com/gpu=all
Docker: --gpus all
It would be cool if the AppAPI or the new HaRP gets the possibility to specify whether Docker or Podman is running in the background.
Otherwise you can only run the ExApps in CPU mode when Podman is running in the background.
Describe your proposed solution
A switch or a field where you specify how the GPU is to be addressed in the ExApp.
Describe alternatives you've considered, if relevant
No response
Additional context
No response