Spaces:
Runtime error
Runtime error
Commit
·
75e6f99
1
Parent(s):
36adfda
first commit
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ FROM python:3.9
|
|
5 |
|
6 |
USER root
|
7 |
|
8 |
-
ENV
|
9 |
|
10 |
WORKDIR /code
|
11 |
|
|
|
5 |
|
6 |
USER root
|
7 |
|
8 |
+
ENV TRANSFORMERS_CACHE=/model
|
9 |
|
10 |
WORKDIR /code
|
11 |
|