From f20f70003d9546ec6e6d5b068b3c5f7ab0521109 Mon Sep 17 00:00:00 2001 From: Qiaolin Yu Date: Mon, 9 Jun 2025 20:06:50 -0400 Subject: [PATCH] Fix torch version in blackwell dockerfile (#7017) --- docker/Dockerfile.blackwell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.blackwell b/docker/Dockerfile.blackwell index 4f3053971..3190580b6 100644 --- a/docker/Dockerfile.blackwell +++ b/docker/Dockerfile.blackwell @@ -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