Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add torch_geometric and dependencies to pytorch-notebook #446

Open
cmdupuis3 opened this issue Mar 9, 2023 · 1 comment
Open

Add torch_geometric and dependencies to pytorch-notebook #446

cmdupuis3 opened this issue Mar 9, 2023 · 1 comment

Comments

@cmdupuis3
Copy link
Member

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?

@scottyhq
Copy link
Member

For my current project,

Are you using a pangeo jupyterhub?

Is it possible to have these libraries added to the base pytorch image?

Feel free to open a PR! If the dependencies are very heavy it's possible the image can get excessively large or hard to solve, so no guarantees

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants