mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
Give name to the final docker image
This commit is contained in:
parent
6f6775fb23
commit
f4932aec89
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user