Natthathida commited on
Commit
a23cec9
·
verified ·
1 Parent(s): 1d43d47
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,7 +32,7 @@ WORKDIR /app
32
  COPY --from=builder /app/build ./static
33
  COPY . .
34
 
35
- ENV TRANSFORMERS_CACHE=./cache/
36
 
37
  CMD ["python", "app.py"]
38
 
 
32
  COPY --from=builder /app/build ./static
33
  COPY . .
34
 
35
+ ENV HF_HOME=./cache/
36
 
37
  CMD ["python", "app.py"]
38