ml-tooling / ml-workspace

🛠 All-in-one web-based IDE specialized for machine learning and data science.
https://mltooling.org/ml-workspace
Apache License 2.0
3.42k stars 446 forks source link

How to use gpu version with 11.0 nvidia-cuda version? #105

Closed anu7n closed 2 years ago

anu7n commented 2 years ago

I am trying to use the gpu flavor but I have 11.0 nvidia version. Is there a way to downgrade the requirement on gpu flavor? If I can't do that, is there a way to add gpu on basic version of the ml-workspace? Thank you!

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days

sei-amellinger commented 2 years ago

If you look at the Docker file in the gpu-flavor directory you could probably specify a different cuda base and roll your own. It is a pretty easy thing to try and so worth the effort.

anu7n commented 2 years ago

Thank you for the support. I have solved the problem :)