Spaces:
Runtime error
Runtime error
Commit
·
511d7ef
1
Parent(s):
9437985
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -12,6 +12,8 @@ COPY . .
|
|
12 |
RUN mkdir -p /tmp/cache/
|
13 |
RUN chmod a+rwx -R /tmp/cache/
|
14 |
|
|
|
|
|
15 |
ENV TRANSFORMERS_CACHE=/tmp/cache/
|
16 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
17 |
ENV GRADIO_SERVER_PORT=7860
|
|
|
12 |
RUN mkdir -p /tmp/cache/
|
13 |
RUN chmod a+rwx -R /tmp/cache/
|
14 |
|
15 |
+
RUN sudo apt-get install -y poppler-utils
|
16 |
+
|
17 |
ENV TRANSFORMERS_CACHE=/tmp/cache/
|
18 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
19 |
ENV GRADIO_SERVER_PORT=7860
|