Skip to content

Commit 3107d8e

Browse files
committed
fix dockerfile for PDF
1 parent 59df0df commit 3107d8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ RUN apt-get update && \
132132
echo export "GIT_SSH_COMMAND=\"ssh -o StrictHostKeyChecking=no -o ConnectTimeout=30 -o ProxyCommand='nc -X 5 -x ${socks_proxy} %h %p'\"" >> ${HOME}/.bashrc; \
133133
fi
134134

135+
# Install poppler for working with pdfs
136+
RUN apt-get update && \
137+
apt install -y poppler-utils && \
138+
rm -rf /var/lib/apt/lists/*
139+
135140
# CUDA support
136141
ARG CUDA_SUPPORT
137142
ENV CUDA_SUPPORT=${CUDA_SUPPORT}

0 commit comments

Comments
 (0)