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