Skip to content

Commit

Permalink
fix(tgi): add label
Browse files Browse the repository at this point in the history
  • Loading branch information
dacorvo committed Sep 24, 2024
1 parent 9313245 commit 38904a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions text-generation-inference/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ ENTRYPOINT ["./entrypoint.sh"]

# Final image
FROM neuron
LABEL org.opencontainers.image.source=https://github.com/huggingface/optimum-neuron
COPY text-generation-inference/tgi-entrypoint.sh text-generation-inference/tgi_env.py /
ENTRYPOINT ["/tgi-entrypoint.sh"]
CMD ["--json-output"]

0 comments on commit 38904a3

Please sign in to comment.