Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support custom_image in update_inference_endpoint #2306

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

Wauplin
Copy link
Contributor

@Wauplin Wauplin commented May 31, 2024

Fix #2301.

With create_inference_endpoint, it is possible to set a custom docker image to run in the Inference Endpoint (typically a TGI container). When adding this in #1861, I forgot to add it to update_inference_endpoint. This PR fixes this for consistency. And also to save poor @datavistics regularly making bad dreams about it.

@HuggingFaceDocBuilderDev

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

Copy link
Member

@LysandreJik LysandreJik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, nice catch! Cool, thanks for adding that

@Wauplin Wauplin merged commit a17f836 into main Jun 5, 2024
16 checks passed
@Wauplin Wauplin deleted the 2301-set-custom-image-in-update-inference-endpoint branch June 5, 2024 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature request] Set environment variable in inference endpoint (custom docker image)
3 participants