From 91dda6ae591619f78796ea2b3f270bb19e084732 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Tue, 4 Mar 2025 15:21:26 +0000 Subject: [PATCH] Move to the proper version of Rust. --- Dockerfile_trtllm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile_trtllm b/Dockerfile_trtllm index 14a74c00..5f46f2dc 100644 --- a/Dockerfile_trtllm +++ b/Dockerfile_trtllm @@ -71,7 +71,7 @@ ARG actions_runtime_token # Install Rust ENV PATH="/root/.cargo/bin:$PATH" -RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y && \ +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.84.1 --profile minimal -y && \ chmod -R a+w /root/.rustup && \ chmod -R a+w /root/.cargo && \ cargo install sccache --locked