mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
misc(ci): reintroduce variables
This commit is contained in:
parent
1a95ee4cf1
commit
59db9fe9d6
@ -66,6 +66,9 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y &&
|
|||||||
cargo install sccache --locked
|
cargo install sccache --locked
|
||||||
|
|
||||||
# Build actual TGI
|
# Build actual TGI
|
||||||
|
ARG build_type
|
||||||
|
ARG is_gha_build
|
||||||
|
|
||||||
# SCCACHE Specifics args - before finding a better, more generic, way...
|
# SCCACHE Specifics args - before finding a better, more generic, way...
|
||||||
ARG aws_access_key_id
|
ARG aws_access_key_id
|
||||||
ARG aws_secret_access_key
|
ARG aws_secret_access_key
|
||||||
|
Loading…
Reference in New Issue
Block a user