diff --git a/tgi-entrypoint.sh b/tgi-entrypoint.sh index ea94dcd9..278c7d96 100755 --- a/tgi-entrypoint.sh +++ b/tgi-entrypoint.sh @@ -2,4 +2,4 @@ ldconfig 2>/dev/null || echo 'unable to refresh ld cache, not a big deal in most cases' -text-generation-launcher $@ +exec text-generation-launcher $@