We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FROM pytorch/pytorch:1.10.0-cuda11.3-cudnn8-devel # Install PyG. RUN CPATH=/usr/local/cuda/include:$CPATH && \ LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH && \ DYLD_LIBRARY_PATH=/usr/local/cuda/lib:$DYLD_LIBRARY_PATH RUN pip install scipy==1.5.0 RUN pip install --no-index torch-scatter -f https://data.pyg.org/whl/torch-1.10.0+cu113.html && \ pip install --no-index torch-sparse -f https://data.pyg.org/whl/torch-1.10.0+cu113.html && \ pip install torch-geometric WORKDIR /quiver ADD . . RUN pip install -v . # Set the default command to python3. CMD ["python3"]
It works on my host machine : Ubuntu 18.04 , NVIDIA-SMI 515.65.01 Driver Version: 515.65.01 CUDA Version: 11.7,Tesla V100-SXM2.
The text was updated successfully, but these errors were encountered:
dockerhub 1263810658
Sorry, something went wrong.
No branches or pull requests
It works on my host machine : Ubuntu 18.04 , NVIDIA-SMI 515.65.01 Driver Version: 515.65.01 CUDA Version: 11.7,Tesla V100-SXM2.
The text was updated successfully, but these errors were encountered: