How to install torch without nvidia?
While trying to reduce the size of a Docker image, I noticed pip install torch
adds a few GB. A big chunk of this comes from [...]/site-packages/nvidia
. Since I’m not using a GPU, I’d like to not install the nvidia
things.