fix: feedback changes
This commit is contained in:
parent
fec4a23618
commit
2ccf4ee4e6
1 changed files with 1 additions and 6 deletions
|
|
@ -74,16 +74,11 @@ RUN apt-get update && apt-get install -y \
|
||||||
texlive-latex-extra \
|
texlive-latex-extra \
|
||||||
texlive-latex-recommended \
|
texlive-latex-recommended \
|
||||||
texlive-xetex \
|
texlive-xetex \
|
||||||
--no-install-recommends \
|
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
|
||||||
|
|
||||||
# Install Python, pipx, and MarkItDown (PEP 668 compliant)
|
|
||||||
RUN apt-get update && apt-get install -y \
|
|
||||||
python3 \
|
python3 \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
pipx \
|
pipx \
|
||||||
|
--no-install-recommends \
|
||||||
&& pipx install "markitdown[all]" \
|
&& pipx install "markitdown[all]" \
|
||||||
&& pipx ensurepath \
|
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Add pipx bin directory to PATH
|
# Add pipx bin directory to PATH
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue