I get the following error in the container logs.
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/cuda/bin/nvcc': '/usr/local/cuda/bin/nvcc'
Suggestions on how to fix this please?
I get the following error in the container logs.
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/cuda/bin/nvcc': '/usr/local/cuda/bin/nvcc'
Suggestions on how to fix this please?
@EarthAI-Gramener: Why do you need nvcc
in your submission ? The base image already has cuda-10 available, and you should easily be able to access the GPU via pytorch, tf and the likes if you install their appropriate versions and specify gpu:true
in aicrowd.json
Yes, even I thought the same. Not sure why I was getting the above error though.