Skip to content

Commit

Permalink
'comfy3d-pt25' further break down installation of PyTorch
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Nov 13, 2024
1 parent cebca45 commit 1e602fe
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions comfy3d-pt25/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,31 @@ RUN --mount=type=cache,target=/root/.cache/pip \
--no-deps torch==2.5.1 \
--index-url https://download.pytorch.org/whl/cu124

RUN --mount=type=cache,target=/root/.cache/pip \
pip install \
--no-deps torch==2.5.1 nvidia-cudnn-cu12 \
--index-url https://download.pytorch.org/whl/cu124

RUN --mount=type=cache,target=/root/.cache/pip \
pip install \
--no-deps torch==2.5.1 nvidia-cublas-cu12 \
--index-url https://download.pytorch.org/whl/cu124

RUN --mount=type=cache,target=/root/.cache/pip \
pip install \
--no-deps torch==2.5.1 triton \
--index-url https://download.pytorch.org/whl/cu124

RUN --mount=type=cache,target=/root/.cache/pip \
pip install \
--no-deps torch==2.5.1 nvidia-cusparse-cu12 \
--index-url https://download.pytorch.org/whl/cu124

RUN --mount=type=cache,target=/root/.cache/pip \
pip install \
--no-deps torch==2.5.1 nvidia-nccl-cu12 \
--index-url https://download.pytorch.org/whl/cu124

RUN --mount=type=cache,target=/root/.cache/pip \
pip install \
xformers==0.0.28.post3 torch==2.5.1 torchvision torchaudio \
Expand Down

0 comments on commit 1e602fe

Please sign in to comment.