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
Successfully built 6099990c9287
Successfully tagged gpu_burn:latest
john@john-trx40-designare:~/gpu-burn$ docker run --rm --gpus all gpu_burn
GPU 0: TITAN RTX (UUID: GPU-9f3af471-63ff-1ccd-d82f-385cd10342d8)
GPU 1: TITAN RTX (UUID: GPU-5fa45f2a-08dd-0e1e-23a6-d5117c5018d2)
terminate called after throwing an instance of 'std::__cxx11::basic_string<char, std::char_traits, std::allocator >'
No CUDA devices
My setup is to run deeplearning inside docker containers. I assume your app does the same.
Your app finds my GPUs but fails to install CUDA I assume
The text was updated successfully, but these errors were encountered:
Successfully built 6099990c9287
Successfully tagged gpu_burn:latest
john@john-trx40-designare:~/gpu-burn$ docker run --rm --gpus all gpu_burn
GPU 0: TITAN RTX (UUID: GPU-9f3af471-63ff-1ccd-d82f-385cd10342d8)
GPU 1: TITAN RTX (UUID: GPU-5fa45f2a-08dd-0e1e-23a6-d5117c5018d2)
terminate called after throwing an instance of 'std::__cxx11::basic_string<char, std::char_traits, std::allocator >'
No CUDA devices
My setup is to run deeplearning inside docker containers. I assume your app does the same.
Your app finds my GPUs but fails to install CUDA I assume
The text was updated successfully, but these errors were encountered: