From f4932aec8953ce9bdf27c1fdac5c9bca91dab91f Mon Sep 17 00:00:00 2001 From: Nikola Borisov Date: Fri, 25 Aug 2023 19:58:33 +0000 Subject: [PATCH] Give name to the final docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 587ab9b8..73a009ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -211,7 +211,7 @@ RUN chmod +x entrypoint.sh ENTRYPOINT ["./entrypoint.sh"] # Final image -FROM base +FROM base as tgi ENTRYPOINT ["text-generation-launcher"] CMD ["--json-output"]