darknet-docker
darknet-docker copied to clipboard
CUDA status Error
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