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
Might need to update the dockerfile to include git or download_data.sh might fail, something like
FROM pytorch/pytorch:2.2.1-cuda11.8-cudnn8-devel RUN apt-get update && apt-get install -y git COPY requirements.txt requirements.txt RUN python3 -m pip install --no-cache-dir --upgrade pip && \ python3 -m pip install --no-cache-dir --upgrade --requirement requirements.txt --find-links https://data.pyg.org/whl/torch-2.2.1+cu118.html --extra-index-url https://download.pytorch.org/whl/cu118
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Might need to update the dockerfile to include git or download_data.sh might fail, something like
The text was updated successfully, but these errors were encountered: