You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It's common to run Haystack behind its rest_api within a container that doesn't have access to the Internet. In these situations the solution would be creating a custom Docker image that incorporates any resource that Haystack would normally download as it's needed like models.
This approach is fully supported by the new Docker images but users have to figure out by themselves how to do this.
Describe the solution you'd like
Provide a blueprint in form of a Dockerfile showing how you would build an image capable of running a pipeline without internet access.
Describe alternatives you've considered
We could provide a CLI tool that guides the user through the process but I think we should start smaller.
Is your feature request related to a problem? Please describe.
It's common to run Haystack behind its
rest_api
within a container that doesn't have access to the Internet. In these situations the solution would be creating a custom Docker image that incorporates any resource that Haystack would normally download as it's needed like models.This approach is fully supported by the new Docker images but users have to figure out by themselves how to do this.
Describe the solution you'd like
Provide a blueprint in form of a Dockerfile showing how you would build an image capable of running a pipeline without internet access.
Describe alternatives you've considered
We could provide a CLI tool that guides the user through the process but I think we should start smaller.
Additional context
/cc @ju-gu for visibility
The text was updated successfully, but these errors were encountered: