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
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?
The text was updated successfully, but these errors were encountered:
Hi all,
For my current project, I need to have the
torch_geometric
package installed. It has two dependencies, which aretorch_sparse
andtorch_scatter
. The problem I am having installing these outside of the docker image is thattorch_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?
The text was updated successfully, but these errors were encountered: