Installing pyg-lib as a dependency for a docker image #316
Unanswered
JavierSanchez-Utges
asked this question in
Q&A
Replies: 1 comment
-
Do you run this via |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I am trying to make a docker image for the
infer_test_set.py
program of GrASP (https://github.com/tiwarylab/GrASP/tree/main).I am using the
pytorch_env.yml
the authors provide and the only bit failing is the pyg-lib installation via pip. Do you think you could help with this? It would be much appreciated. I think by choosing this base image I ensure the CUDA version is right, and later on I installpython=3.9.1
andpytorch=1.13.0
.This is my dockerfile:
This is the error I get:
Beta Was this translation helpful? Give feedback.
All reactions