We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e41893 commit 3258e1fCopy full SHA for 3258e1f
Dockerfile
@@ -133,6 +133,11 @@ RUN apt-get update && \
133
echo export "GIT_SSH_COMMAND=\"ssh -o StrictHostKeyChecking=no -o ConnectTimeout=30 -o ProxyCommand='nc -X 5 -x ${socks_proxy} %h %p'\"" >> ${HOME}/.bashrc; \
134
fi
135
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
+
141
# CUDA support
142
ARG CUDA_SUPPORT
143
ENV CUDA_SUPPORT=${CUDA_SUPPORT}
0 commit comments