fix: add markitdown PATH in container
This commit is contained in:
parent
42f02a227c
commit
fec4a23618
1 changed files with 2 additions and 0 deletions
|
|
@ -86,6 +86,8 @@ RUN apt-get update && apt-get install -y \
|
||||||
&& pipx ensurepath \
|
&& pipx ensurepath \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
# Add pipx bin directory to PATH
|
||||||
|
ENV PATH="/root/.local/bin:${PATH}"
|
||||||
|
|
||||||
# Install VTracer binary
|
# Install VTracer binary
|
||||||
RUN ARCH=$(uname -m) && \
|
RUN ARCH=$(uname -m) && \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue