-
Is your feature request related to a problem? Please describe. We also need the nvidia driver to be > 500 to perform our tasks, so the stable release won't work. Also, the runner container created needs to have access to the Nvidia utilities, therefore they need to be run with options
Describe the solution you'd like |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Please forgive me to move this to Discussions as this isn't a feature request or bug report to ARC itself |
Beta Was this translation helpful? Give feedback.
-
Update: I think I can install Nvidia drivers by applying the gpu yaml described on this page: https://cloud.google.com/container-optimized-os/docs/how-to/run-gpus However, the remaining problem is how to setup docker container startup arguments so that we can access to the gpu resource. |
Beta Was this translation helpful? Give feedback.
-
Related discussion: #961 |
Beta Was this translation helpful? Give feedback.
-
Update: I can now map the host vm's device files and volumes in the runner docker:
However, stilling trying to figure out how to add SYS_ADMIN capacity to the runner container. |
Beta Was this translation helpful? Give feedback.
-
The above problem has been resolved with using dind. Closed. |
Beta Was this translation helpful? Give feedback.
Update: I can now map the host vm's device files and volumes in the runner docker: