You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I have been failing to figure out how to properly "translate" the direct container creation with podman to its API equivalent, in particular the:
"--device nvidia.com/gpu=all"
part. I have tried with different options unsuccessfuly. Any hint or tip on what documentation to check?
Thanks
luis
The text was updated successfully, but these errors were encountered:
I answer myself on the progress if useful to anyone. I did manage to expose the GPU with podman using the libpod api (not the one docker-compatible):
devices : [{
"path": "nvidia.com/gpu=all"
}]
however I did not manage to do it with the docker-compatible one.
Hi all,
I have been failing to figure out how to properly "translate" the direct container creation with podman to its API equivalent, in particular the:
"--device nvidia.com/gpu=all"
part. I have tried with different options unsuccessfuly. Any hint or tip on what documentation to check?
Thanks
luis
The text was updated successfully, but these errors were encountered: