The Dockerfile specifies pip3 install torch which installs the latest PyTorch (currently 1.13+cpu). However, pytorch2timeloop-converter requires PyTorch 1.8. This version is significantly larger on top of already downloading 1.13+cpu and uninstalling it, leading to a long build time.
We should either:
- Remove
pip3 install torch
- Update pytorch2timeloop-converter
The Dockerfile specifies
pip3 install torchwhich installs the latest PyTorch (currently 1.13+cpu). However, pytorch2timeloop-converter requires PyTorch 1.8. This version is significantly larger on top of already downloading 1.13+cpu and uninstalling it, leading to a long build time.We should either:
pip3 install torch