Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

cuda toolkit version difference between OS and docker #41

Closed
mijung-kim opened this issue Jan 26, 2016 · 3 comments
Closed

cuda toolkit version difference between OS and docker #41

mijung-kim opened this issue Jan 26, 2016 · 3 comments
Labels

Comments

@mijung-kim
Copy link

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.

@3XX0
Copy link
Member

3XX0 commented Jan 26, 2016

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.

@3XX0 3XX0 added the question label Jan 26, 2016
@flx42
Copy link
Member

flx42 commented Jan 27, 2016

@gnujimmik Did it work? Can we close this issue?

@mijung-kim
Copy link
Author

@3XX0 Yes! Thank you! :-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants