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

git in Docker file #1

Open
chrish-at opened this issue Sep 14, 2024 · 0 comments
Open

git in Docker file #1

chrish-at opened this issue Sep 14, 2024 · 0 comments

Comments

@chrish-at
Copy link

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
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

1 participant