Skip to content

Commit 3258e1f

Browse files
benhoffnmanovic
authored andcommitted
fix dockerfile for PDF (#939)
1 parent 7e41893 commit 3258e1f

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
@@ -133,6 +133,11 @@ RUN apt-get update && \
133133
echo export "GIT_SSH_COMMAND=\"ssh -o StrictHostKeyChecking=no -o ConnectTimeout=30 -o ProxyCommand='nc -X 5 -x ${socks_proxy} %h %p'\"" >> ${HOME}/.bashrc; \
134134
fi
135135

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

0 commit comments

Comments
 (0)