Spaces:
Runtime error
Runtime error
Commit
•
63def03
1
Parent(s):
245b00a
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
10 |
COPY . .
|
11 |
|
12 |
RUN mkdir -p /tmp/cache/
|
13 |
-
RUN chmod a+rwx -R /
|
14 |
|
15 |
ENV TRANSFORMERS_CACHE=/tmp/cache/
|
16 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
|
|
10 |
COPY . .
|
11 |
|
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"
|