From 0a33615848b294c4dc873af30be5f52c26382bce Mon Sep 17 00:00:00 2001 From: Morgan Funtowicz Date: Mon, 20 Jan 2025 13:44:43 +0100 Subject: [PATCH] misc(ci): again... --- Dockerfile_trtllm | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile_trtllm b/Dockerfile_trtllm index d73dc989..8b3f2bd9 100644 --- a/Dockerfile_trtllm +++ b/Dockerfile_trtllm @@ -57,6 +57,7 @@ FROM cuda-builder AS tgi-builder WORKDIR /usr/src/text-generation-inference # Install Rust +ENV PATH="/root/.cargo/bin:$PATH" RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y && \ chmod -R a+w /root/.rustup && \ chmod -R a+w /root/.cargo && \