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
What did you find confusing?
In the Dockerfile.gpu, there is a point where torch and torchvision are uni-nstalled, to be replaced with the re-installed specialized version of both packages from:
Describe how documentation can be improved
Why are these replaced? During image building, this process is time-consuming. What what happen if I removed these versions and kept the original?
The text was updated successfully, but these errors were encountered:
What did you find confusing?
In the Dockerfile.gpu, there is a point where torch and torchvision are uni-nstalled, to be replaced with the re-installed specialized version of both packages from:
Around line 138, in the Dockerfile.
Describe how documentation can be improved
Why are these replaced? During image building, this process is time-consuming. What what happen if I removed these versions and kept the original?
The text was updated successfully, but these errors were encountered: