From 4d875c483c9ac355e9e919a9f7646ddebfd11d55 Mon Sep 17 00:00:00 2001 From: Morgan Funtowicz Date: Thu, 9 Jan 2025 09:53:58 +0100 Subject: [PATCH] misc(ci): reintroduce variables --- Dockerfile_trtllm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile_trtllm b/Dockerfile_trtllm index 898c9568..46324612 100644 --- a/Dockerfile_trtllm +++ b/Dockerfile_trtllm @@ -77,6 +77,9 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y && cargo install sccache --locked # Build actual TGI +ARG build_type +ARG is_gha_build + # SCCACHE Specifics args - before finding a better, more generic, way... ARG aws_access_key_id ARG aws_secret_access_key