Skip to content

Commit

Permalink
Merge branch 'main' into fix/filestorage/sdkrc6
Browse files Browse the repository at this point in the history
  • Loading branch information
gaya3-zipstack authored Dec 11, 2024
2 parents 17d4b7b + 5cc54da commit 8336671
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/dockerfiles/backend.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV OTEL_SERVICE_NAME unstract_backend
RUN apt-get update; \
apt-get --no-install-recommends install -y \
# unstract sdk
build-essential libmagic-dev pandoc pkg-config tesseract-ocr \
build-essential libmagic-dev pkg-config \
# git url
git; \
apt-get clean && rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*; \
Expand Down
2 changes: 1 addition & 1 deletion docker/dockerfiles/prompt.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV PDM_VERSION 2.16.1
RUN apt-get update; \
apt-get --no-install-recommends install -y \
# unstract sdk
build-essential libmagic-dev pandoc pkg-config tesseract-ocr \
build-essential libmagic-dev pkg-config \
# git url
git; \
apt-get clean && rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*; \
Expand Down
3 changes: 1 addition & 2 deletions tools/structure/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ ENV UNSTRACT_ENTRYPOINT "python /app/src/main.py"
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ffmpeg libsm6 libxext6 libmagic-dev poppler-utils \
tesseract-ocr libreoffice pandoc \
freetds-dev freetds-bin \
libreoffice freetds-dev freetds-bin \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 8336671

Please sign in to comment.