-
Notifications
You must be signed in to change notification settings - Fork 102
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
Docker image with a working environment #29
Comments
Hi, Thanks for your appreciation! Installing the correct dependencies for torch_geometric is kind of tricky. Can you share the error message? I'll try my best to help you! :-) Best Regards, |
Hmmm... so I did run into a bunch of different errors, all of them were caused by some mismatch in the versions (and I tried the requirements.txt but maybe it also requires the proper CUDA version? IDK, either way it didn't work). And I wanted to share the setup that worked for me personally, so that anyone in the future might benefit from it. The Dockerfile that worked for me is essentially the following (it's a bit WIP, but the hardest part is there):
So the question is: would you guys benefit from a PR with a Dockerfile (a more polished version than the one above)? Or do you simply don't work in a devcontainer and there's no need for that? |
I believe many of us users are also struggling with torch_geometric dependencies. We would definitely benefit from a Dockerfile. |
First of all: awesome work, really appreciate it! :)
Second: I was trying to get it to work but I was facing issues installing the right versions of the dependencies, so I figured I'll create a docker image that might work not only for me.
If you guys are interested, I can create a PR with the Dockerfile that worked for me.
The text was updated successfully, but these errors were encountered: