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
I found the offender of why the image is so big. /libtorch-tmp is 5.6 gigs. Apparently you can do cmake --build C:/foo/build/ --target clean to clean all cmake tmp files. It did not work when I ran it in /libtorch-tmp/pytorch-build. Also I don't really understand where the output of the libtorch builds. can we just rm the entire dir? That should solve the image size issues.
The entire image is 9GB. Implementing the above improvement should be a good step.
The text was updated successfully, but these errors were encountered:
🐛 Bug
The entire image is 9GB. Implementing the above improvement should be a good step.
The text was updated successfully, but these errors were encountered: