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

Is there a ready-made fastapi integration service image? #339

Closed
yuanjie-ai opened this issue Jan 16, 2024 · 2 comments
Closed

Is there a ready-made fastapi integration service image? #339

yuanjie-ai opened this issue Jan 16, 2024 · 2 comments

Comments

@yuanjie-ai
Copy link

Is there a ready-made fastapi integration service image?

@lambda-science
Copy link

 unstructured:
   image: downloads.unstructured.io/unstructured-io/unstructured-api:latest
   ports:
     - 8002:8002
   entrypoint: ["uvicorn", "prepline_general.api.app:app", "--log-config", "logger_config.yaml",
                "--host", "0.0.0.0", "--port", "8002"]

But it's really huge, like 17go docker image. How can we reduce this

@awalker4
Copy link
Collaborator

Hi @lambda-science, another user noted this as well. I'd expect our images to be more in the 8GB range, so I wonder if we made a mistake in the hosted version. Please follow the issue over here for tracking this: Unstructured-IO/base-images#11

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

No branches or pull requests

3 participants