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

Run workflow jobs sequentially to avoid disk space outage #19

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

vishnoianil
Copy link
Collaborator

Github Action runners are running out of the space while building both the images in parallel.

This change will build the image sequentially and also clean up the cpu images before start building gpu image.

Github Action runners are running out of the space while
building both the images in parallel.

This change will build the image sequentially and also
clean up the cpu images before start building gpu image.

Signed-off-by: Anil Vishnoi <[email protected]>
@dolfim-ibm dolfim-ibm merged commit e0c98aa into DS4SD:main Jan 22, 2025
5 checks passed
dolfim-ibm pushed a commit to guimou/docling-serve that referenced this pull request Jan 24, 2025
Github Action runners are running out of the space while
building both the images in parallel.

This change will build the image sequentially and also
clean up the cpu images before start building gpu image.

Signed-off-by: Anil Vishnoi <[email protected]>
Signed-off-by: Michele Dolfi <[email protected]>
dolfim-ibm pushed a commit to guimou/docling-serve that referenced this pull request Jan 24, 2025
Github Action runners are running out of the space while
building both the images in parallel.

This change will build the image sequentially and also
clean up the cpu images before start building gpu image.

Signed-off-by: Anil Vishnoi <[email protected]>
Signed-off-by: Michele Dolfi <[email protected]>
dolfim-ibm added a commit that referenced this pull request Feb 3, 2025
* api v1alpha1

Signed-off-by: Guillaume Moutier <[email protected]>
Signed-off-by: Michele Dolfi <[email protected]>

* use actual types in request models and refactor

Signed-off-by: Michele Dolfi <[email protected]>

* make gradio optional and update README

Signed-off-by: Michele Dolfi <[email protected]>

* Run workflow jobs sequentially to avoid disk space outage (#19)

Github Action runners are running out of the space while
building both the images in parallel.

This change will build the image sequentially and also
clean up the cpu images before start building gpu image.

Signed-off-by: Anil Vishnoi <[email protected]>
Signed-off-by: Michele Dolfi <[email protected]>

* Add github job to build image (and not publish) on PR creation (#20)

Signed-off-by: Anil Vishnoi <[email protected]>
Signed-off-by: Michele Dolfi <[email protected]>

* add start_server script for local dev

Signed-off-by: Michele Dolfi <[email protected]>

* fix 3.12-only syntax

Signed-off-by: Michele Dolfi <[email protected]>

* fix more py3.10-11 compatibility

Signed-off-by: Michele Dolfi <[email protected]>

* rework output format and background tasks

Signed-off-by: Michele Dolfi <[email protected]>

* speficy return schemas for openapi

Signed-off-by: Michele Dolfi <[email protected]>

* add processing time and update REDAME

Signed-off-by: Michele Dolfi <[email protected]>

* lint markdown

Signed-off-by: Michele Dolfi <[email protected]>

* add MD033 to config

Signed-off-by: Michele Dolfi <[email protected]>

* use port 5000

Signed-off-by: Michele Dolfi <[email protected]>

* use port 5001 as default

Signed-off-by: Michele Dolfi <[email protected]>

* update deps

Signed-off-by: Michele Dolfi <[email protected]>

* refactor input request

Signed-off-by: Michele Dolfi <[email protected]>

* return docling document

Signed-off-by: Michele Dolfi <[email protected]>

* update new payload in README

Signed-off-by: Michele Dolfi <[email protected]>

* add base64 example

Signed-off-by: Michele Dolfi <[email protected]>

* wrap example in <details>

Signed-off-by: Michele Dolfi <[email protected]>

* rename /url in /source

Signed-off-by: Michele Dolfi <[email protected]>

* move main execution to __main__

Signed-off-by: Michele Dolfi <[email protected]>

---------

Signed-off-by: Guillaume Moutier <[email protected]>
Signed-off-by: Michele Dolfi <[email protected]>
Signed-off-by: Anil Vishnoi <[email protected]>
Co-authored-by: Michele Dolfi <[email protected]>
Co-authored-by: Anil Vishnoi <[email protected]>
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.

2 participants