From f51605ad623ab24f0484ca3e9142b239fc78d057 Mon Sep 17 00:00:00 2001 From: hailin Date: Fri, 19 Sep 2025 14:38:14 +0800 Subject: [PATCH] . --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6e2d70463..84510150e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -97,7 +97,7 @@ RUN bash -lc '\ set -euo pipefail; \ NVCC_ARCHIVE_VERSION=12.8.93; \ T=cuda_nvcc-linux-x86_64-${NVCC_ARCHIVE_VERSION}-archive; \ - curl -fsSLO https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/${T}.tar.xz && \ + curl -fL --http1.1 -O https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/linux-x86_64/${T}.tar.xz && \ tar -xf ${T}.tar.xz && \ install -m 0755 ${T}/bin/ptxas /usr/local/cuda/bin/ptxas && \ /usr/local/cuda/bin/ptxas --version \