fix(streamlit): Add poppler-utils for PDF support
Required by pdf2image to convert PDFs to images in apps like pdf_slideshow. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
029e0112fb
commit
3b453c495b
@ -217,7 +217,7 @@ mkdir -p "$PIDS_DIR" "$LOG_DIR"
|
|||||||
if [ ! -f /opt/.installed ]; then
|
if [ ! -f /opt/.installed ]; then
|
||||||
echo "Installing Python 3.12 and dependencies..."
|
echo "Installing Python 3.12 and dependencies..."
|
||||||
apk update
|
apk update
|
||||||
apk add --no-cache python3 py3-pip git procps
|
apk add --no-cache python3 py3-pip git procps poppler-utils
|
||||||
|
|
||||||
echo "Installing Streamlit..."
|
echo "Installing Streamlit..."
|
||||||
pip3 install --break-system-packages streamlit 2>/dev/null || \
|
pip3 install --break-system-packages streamlit 2>/dev/null || \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user