nerfstudio
nerfstudio copied to clipboard
Pytorch and cuda getting automatically upgraded during docker build
I have noticed that the Pytorch and cuda version get upgraded to 2.3.1+cu121 as in the screenshot and when I tried to rebuild it is 2.4+cu121. I have used the exact Dockerfile only with minor changes, so I am unable to understand which line/what is causing the upgrade from 2.1.2+cu118. Also does it affect tiny-cuda-nn or any other working, if the finally docker container is a higher version than the recommended?
Could someone help me out to understand this?