cuda and pytorch version when building docker ¶
By: mono1ith on Feb. 15, 2022, 5:36 a.m.
Hello. I used mmcv to construct my model and it requires complilation before use. I have to know the cuda and pytorch version before I can choose the right version of mmcv to build. So if it is possible to know the cuda version on the machine where our docker will be built? The pytorch version I assume will be the latest as it implied in the dockerfile? Thank you.