Skip to content

Commit

Permalink
python-pptx Pillow added
Browse files Browse the repository at this point in the history
  • Loading branch information
3x3cut0r committed Feb 23, 2024
1 parent c15623a commit 2ae4b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion privategpt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ WORKDIR /home/worker/app
COPY --chown=worker --from=dependencies /home/worker/app/ ./
RUN chown -R worker:nogroup /home/worker/app && \
mkdir -p local_data models/cache .config/matplotlib && \
pip install doc2text docx2txt EbookLib html2text && \
pip install doc2text docx2txt EbookLib html2text python-pptx Pillow && \
FORCE_CMAKE=1 CMAKE_ARGS="${CMAKE_ARGS}" \
/home/worker/app/.venv/bin/pip install --force-reinstall --no-cache-dir llama-cpp-python

Expand Down

0 comments on commit 2ae4b7e

Please sign in to comment.