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
{{ message }}
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
Can I install different version of the cuda toolkit from the OS? Currently I have 7.5 on my OS and would like to install 7.0 on docker for tensorflow and other usage.
The text was updated successfully, but these errors were encountered:
Yes that's actually where NVIDIA Docker shines.
You can have different CUDA toolkits running in your containers as long as your NVIDIA drivers support it (see CUDA requirements). In your case if you installed CUDA 7.5 on your host it means that your drivers version is 352.XX. Hence you can run CUDA 7.0 containers on it.
Can I install different version of the cuda toolkit from the OS? Currently I have 7.5 on my OS and would like to install 7.0 on docker for tensorflow and other usage.
The text was updated successfully, but these errors were encountered: