Build zstd.

This commit is contained in:
Nicolas Patry 2025-03-18 11:17:52 +01:00
parent 6c27ab2f41
commit 9dc8b67a6f
No known key found for this signature in database
GPG Key ID: 4242CEF24CB6DBF9

View File

@ -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 = [