Spaces:
Runtime error
Runtime error
Commit
•
bea80f0
1
Parent(s):
511d7ef
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -12,8 +12,6 @@ COPY . .
|
|
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
|
|
|
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
|