fix: add markitdown PATH in container

This commit is contained in:
Sahil 2025-12-26 21:24:51 +05:30
parent 42f02a227c
commit fec4a23618

View file

@ -86,6 +86,8 @@ RUN apt-get update && apt-get install -y \
&& pipx ensurepath \
&& rm -rf /var/lib/apt/lists/*
# Add pipx bin directory to PATH
ENV PATH="/root/.local/bin:${PATH}"
# Install VTracer binary
RUN ARCH=$(uname -m) && \