We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f9d6a commit cb3f20fCopy full SHA for cb3f20f
Dockerfile.GPU-buster-cross-sbsa
@@ -23,11 +23,8 @@ RUN dpkg --add-architecture arm64; \
23
apt-get update; \
24
apt-get install -y cuda-nvcc-${VER} cuda-nvcc-cross-sbsa-${VER} cuda-cudart-cross-sbsa-${VER} libcublas-cross-sbsa-${VER}; \
25
rm -rf /var/lib/apt/lists/*; \
26
- curl https://sh.rustup.rs -sSf | \
27
- sh -s -- --default-toolchain stable -y; \
28
- rustup target add \
29
- x86_64-unknown-linux-gnu \
30
- aarch64-unknown-linux-gnu; \
+ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
+ sh -s -- --profile minimal --default-host aarch64-unknown-linux-gnu -y; \
31
curl https://apt.llvm.org/llvm.sh -sSf | \
32
bash -s -- 20; \
33
echo "set(CMAKE_SYSTEM_NAME Linux)" > /opt/toolchain.cmake; \
0 commit comments