This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
[FEATURE REQUEST] Compatibility with LEGACY Nvidia driver 390 #63
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
I have a machine with an NVS 4200M Nvidia GPU in it, supported by the Nvidia 390.157 driver.
I can run CUDA 9.1 on it, but not 10 and up. for example, this works:
sudo docker run --rm --runtime=nvidia --gpus all nvidia/cuda:9.1-base-ubuntu17.04 nvidia-smi
but this does not:
sudo docker run --rm --runtime=nvidia --gpus all nvidia/cuda:10.0-base-ubuntu14.04 nvidia-smi
with the error:
9.2 also fails:
docker run --gpus all nvidia/cuda:9.2-base nvidia-smi
Is there any possibility to build this project against CUDA 9.1 for those stuck on the LEGACY driver?
Thanks for any info or response!!! AWESOME project BTW!
The text was updated successfully, but these errors were encountered: