Unverified Commit f20f7000 authored by Qiaolin Yu's avatar Qiaolin Yu Committed by GitHub
Browse files

Fix torch version in blackwell dockerfile (#7017)

parent f40942ad
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment