From 59db9fe9d6a1a8db7091c2f66b24520bdcfa9700 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 0d155136..e6d49401 100644 --- a/Dockerfile_trtllm +++ b/Dockerfile_trtllm @@ -66,6 +66,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