mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
misc(ci): reintroduce variables
This commit is contained in:
parent
a7a7c67d6e
commit
4d875c483c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user