The NVIDIA driver on your system is too old (found version 10020).
See original GitHub issueNot actually 100% sure that this is a dsub issue, but I’m trying to run a Docker image which is based on gcr.io/deeplearning-platform-release/pytorch-gpu.1-6:latest
. When I execute python, I get the following error in dsub:
Failure message: Stopped running "user-command": exit status 1: /site-packages/torch/nn/modules/module.py", line 225, in _apply
module._apply(fn)
File "/opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py", line 247, in _apply
param_applied = fn(param)
File "/opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py", line 463, in convert
return t.to(device, dtype if t.is_floating_point() else None, non_blocking)
File "/opt/conda/lib/python3.7/site-packages/torch/cuda/__init__.py", line 150, in _lazy_init
_check_driver()
File "/opt/conda/lib/python3.7/site-packages/torch/cuda/__init__.py", line 63, in _check_driver
of the CUDA driver.""".format(str(torch._C._cuda_getDriverVersion())))
AssertionError:
The NVIDIA driver on your system is too old (found version 10020).
Please update your GPU driver by downloading and installing a new
version from the URL: http://www.nvidia.com/Download/index.aspx
Alternatively, go to: https://pytorch.org to install
a PyTorch version that has been compiled with your version
of the CUDA driver.
I believe this is mapped via dsub and so this isn’t something I can fix on my end. Is that accurate?
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
CUDA initialization: The NVIDIA driver on your system is too ...
“The NVIDIA driver on your system is too old (found version 10010)” ... Is this the GPU driver (which has version 25.21.14.2531),
Read more >pytorch code sudden fails on colab with NVIDIA driver on your ...
The NVIDIA driver on your system is too old (found version 10010). nvcc shows Cuda compilation tools, release 10.1, V10.1.243. I tried torch ......
Read more >如何解决Pytorch的GPU driver is too old的问题? - 知乎
The NVIDIA driver on your system is too old (found version 8000). Please update your GPU driver by downloading and installing a new....
Read more >【解决方法】The NVIDIA driver on your system is too old ...
RuntimeError: The NVIDIA driver on your system is too old (found version 10010). Please update your GPU driver by downloading and installing a ......
Read more >CUDA version not available message with nvc++ on Ubuntu
Download and install the HPC SDK which includes the older CUDA versions. Update your CUDA driver to CUDA 11.0. Install the CUDA 10.2...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Great!
And Tim noted in the gcp-life-sciences-discuss thread:
Thanks @carbocation .
Doing a bit of further digging, it appears from the serial console when booting a Pipelines API VM that the API controller is explicitly installing version 440.64.00
That seems inconsistent with what was had been posted to GCP Life Sciences Discuss here:
https://groups.google.com/g/gcp-life-sciences-discuss/c/DIhQdGhVZT4
but perhaps the specific planned rollout just hasn’t happened yet:
I’ll post a question back on that thread to get an update.