mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-25 03:52:08 +00:00
Build zstd.
This commit is contained in:
parent
6c27ab2f41
commit
9dc8b67a6f
@ -3,7 +3,6 @@
|
|||||||
dockerTools,
|
dockerTools,
|
||||||
cacert,
|
cacert,
|
||||||
text-generation-inference,
|
text-generation-inference,
|
||||||
runCommand,
|
|
||||||
stream ? false,
|
stream ? false,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -13,6 +12,7 @@ in
|
|||||||
build {
|
build {
|
||||||
name = "tgi-docker";
|
name = "tgi-docker";
|
||||||
tag = "latest";
|
tag = "latest";
|
||||||
|
compressor = "zstd";
|
||||||
config = {
|
config = {
|
||||||
EntryPoint = [ "${text-generation-inference}/bin/text-generation-inference" ];
|
EntryPoint = [ "${text-generation-inference}/bin/text-generation-inference" ];
|
||||||
Env = [
|
Env = [
|
||||||
|
Loading…
Reference in New Issue
Block a user