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
I'm trying to use, image daisukekobayashi/darknet:gpu-cv-cc75.
My GPU is: Quadro RTX 6000.
nvidia-smi is working inside the container showing cuda version 11.2.
nvcc --version inside the container is giving bash: nvcc: command not found.
When I'm trying to run darknet detector train/test... I'm getting the following error:
CUDA status Error: file: ./src/dark_cuda.c : () : line: 39 : build time: Jul 27 2021 - 19:08:59
CUDA Error: no CUDA-capable device is detected
Darknet error location: ./src/dark_cuda.c, check_error, line #70
CUDA Error: no CUDA-capable device is detected: Bad file descriptor
Any idea what am I doing wrong?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to use, image daisukekobayashi/darknet:gpu-cv-cc75.
My GPU is: Quadro RTX 6000.
nvidia-smi is working inside the container showing cuda version 11.2.
nvcc --version inside the container is giving bash: nvcc: command not found.
When I'm trying to run darknet detector train/test... I'm getting the following error:
CUDA status Error: file: ./src/dark_cuda.c : () : line: 39 : build time: Jul 27 2021 - 19:08:59
CUDA Error: no CUDA-capable device is detected
Darknet error location: ./src/dark_cuda.c, check_error, line #70
CUDA Error: no CUDA-capable device is detected: Bad file descriptor
Any idea what am I doing wrong?
Thanks
The text was updated successfully, but these errors were encountered: