Skip to content

Commit 03977e0

Browse files
committed
Last fix attempt for kotaemon build GHA
1 parent 1aeb54b commit 03977e0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/build_kotaemon_service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: main
1+
name: Build and Push Kotaemon Service Docker Image
22

33
on:
44
push:

rag_system/kotaemon/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN apt-get update -qqy && \
1212
libpoppler-dev \
1313
unzip \
1414
curl \
15+
make \
1516
cargo
1617

1718
# Setup args
@@ -39,6 +40,10 @@ COPY launch.sh /app/launch.sh
3940
COPY .env.example /app/.env
4041

4142
# Install pip packages
43+
RUN --mount=type=ssh \
44+
--mount=type=cache,target=/root/.cache/pip \
45+
pip install pymupdf
46+
4247
RUN --mount=type=ssh \
4348
--mount=type=cache,target=/root/.cache/pip \
4449
pip install -e "libs/kotaemon" \

0 commit comments

Comments
 (0)