Ashis Sharma
Ashis Sharma
@d-gol Thanks for the reply. I added the above values in the YAML file but getting following error `Error: failed to generate container "72eba45dbb0be7f31d3894c2bded5cbeafaeabd26852017ebc2b09e6634ed754" spec: failed to generate spec: failed...
Hi @d-gol, As per this doc https://cloud.google.com/container-optimized-os/docs/how-to/run-gpus even after mounting getting the same error. I changed "/opt/nvidia-driver" to "/usr/local/nvidia" and changed env variables respectively. I have one question why do...
No problem @d-gol, BTW thanks for your help I'll surely check the links you have shared.
I also faced the same issue while building the image however I fixed it by using host network. e.g. `docker build --network host -t my-app-image . `.