mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
Improvement: Update Dockerfile
We use an explicit entrypoint to avoid confusion when we mount a home folder into our docker container that has another binary of the text-generation-launcher in its $PATH.
This commit is contained in:
parent
96a982ad8f
commit
330e506e88
@ -226,5 +226,5 @@ ENTRYPOINT ["./entrypoint.sh"]
|
||||
# Final image
|
||||
FROM base
|
||||
|
||||
ENTRYPOINT ["text-generation-launcher"]
|
||||
ENTRYPOINT ["/usr/local/bin/text-generation-launcher"]
|
||||
CMD ["--json-output"]
|
||||
|
Loading…
Reference in New Issue
Block a user