update docker image

This commit is contained in:
Philipp Schmid 2023-02-28 16:35:53 +01:00 committed by OlivierDehaene
parent 7bea9a105e
commit 32199274f3

View File

@ -76,5 +76,4 @@ COPY --from=builder /usr/src/target/release/text-generation-router /usr/local/bi
# Install launcher # Install launcher
COPY --from=builder /usr/src/target/release/text-generation-launcher /usr/local/bin/text-generation-launcher COPY --from=builder /usr/src/target/release/text-generation-launcher /usr/local/bin/text-generation-launcher
ENTRYPOINT ["text-generation-launcher"] ENTRYPOINT ["text-generation-launcher", "--json-output"]
CMD ["--json-output"]