hzhwcmhf commited on
Commit
4ed5736
·
1 Parent(s): 35e1c48
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -16,4 +16,6 @@ USER user
16
 
17
  COPY . .
18
 
 
 
19
  CMD ["python3", "app.py"]
 
16
 
17
  COPY . .
18
 
19
+ ENV TRANSFORMERS_CACHE="/home/user/.cache/"
20
+
21
  CMD ["python3", "app.py"]