mirror of
https://github.com/docling-project/docling-serve.git
synced 2025-11-29 08:33:50 +00:00
Minor fixes -
- Use port 5001 - Publish cpu only arm64 image to quay.io as well Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
This commit is contained in:
2
.github/workflows/images.yml
vendored
2
.github/workflows/images.yml
vendored
@@ -97,7 +97,7 @@ jobs:
|
||||
push: true
|
||||
tags: ${{ steps.quay_serve_cpu_meta.outputs.tags }}
|
||||
labels: ${{ steps.quay_serve_cpu_meta.outputs.labels }}
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64, linux/arm64
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
file: Containerfile
|
||||
|
||||
@@ -27,6 +27,6 @@ ENV OMP_NUM_THREADS=4
|
||||
|
||||
COPY ./docling_serve /docling-serve/docling_serve
|
||||
|
||||
EXPOSE 5000
|
||||
EXPOSE 5001
|
||||
|
||||
CMD ["poetry", "run", "uvicorn", "--port", "5000", "--host", "0.0.0.0", "docling_serve.app:app"]
|
||||
CMD ["poetry", "run", "uvicorn", "--port", "5001", "--host", "0.0.0.0", "docling_serve.app:app"]
|
||||
|
||||
Reference in New Issue
Block a user