Fix torch version in blackwell dockerfile (#7017)

This commit is contained in:
Qiaolin Yu
2025-06-09 20:06:50 -04:00
committed by GitHub
parent f40942ad63
commit f20f70003d

View File

@@ -18,7 +18,7 @@ RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \
&& apt clean
RUN pip3 install torch==2.7.0 torchvision==0.22.0 torchaudio==2.7.0 --index-url https://download.pytorch.org/whl/cu128 --break-system-packages
RUN pip3 install torch==2.7.1 torchvision==0.22.1 torchaudio==2.7.1 --index-url https://download.pytorch.org/whl/cu128 --break-system-packages
RUN pip3 install https://github.com/sgl-project/whl/releases/download/v0.1.7/sgl_kernel-0.1.7+cu128-cp39-abi3-manylinux2014_x86_64.whl --break-system-packages \
&& pip3 install setuptools==75.0.0 wheel scikit-build-core --break-system-packages