Skip to content

Commit

Permalink
'comfy3d-pt25' typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Oct 26, 2024
1 parent a02a6c3 commit 7cba8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfy3d-pt25/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
&& pip install \
--upgrade pip wheel setuptools \
&& pip install \
xformers==0.0.28.post2 torch=2.5.0 torchvision torchaudio \
xformers==0.0.28.post2 torch==2.5.0 torchvision torchaudio \
--index-url https://download.pytorch.org/whl/cu124 \
--extra-index-url https://pypi.org/simple \
&& pip install \
Expand Down

0 comments on commit 7cba8d2

Please sign in to comment.