Hi all,
For my current project, I need to have the torch_geometric package installed. It has two dependencies, which are torch_sparse and torch_scatter. The problem I am having installing these outside of the docker image is that torch_sparse depends on g++, which does not come with this image AFAIK.
Is it possible to have these libraries added to the base pytorch image?