Give name to the final docker image

This commit is contained in:
Nikola Borisov 2023-08-25 19:58:33 +00:00 committed by Yessen Kanapin
parent 6f6775fb23
commit f4932aec89

View File

@ -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"]