Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@ FROM python:3.9
|
|
2 |
|
3 |
WORKDIR /content
|
4 |
|
5 |
-
RUN export TRANSFORMERS_CACHE=/content/
|
6 |
|
7 |
COPY ./requirements.txt /content/requirements.txt
|
8 |
|
|
|
2 |
|
3 |
WORKDIR /content
|
4 |
|
5 |
+
RUN export TRANSFORMERS_CACHE=/content/.cache/
|
6 |
|
7 |
COPY ./requirements.txt /content/requirements.txt
|
8 |
|