Skip to content

Commit fec4a23

Browse files
fix: add markitdown PATH in container
1 parent 42f02a2 commit fec4a23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ RUN apt-get update && apt-get install -y \
8686
&& pipx ensurepath \
8787
&& rm -rf /var/lib/apt/lists/*
8888

89+
# Add pipx bin directory to PATH
90+
ENV PATH="/root/.local/bin:${PATH}"
8991

9092
# Install VTracer binary
9193
RUN ARCH=$(uname -m) && \

0 commit comments

Comments
 (0)