Natthathida commited on
Commit
5c72343
·
verified ·
1 Parent(s): 738d8be
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -32,8 +32,7 @@ WORKDIR /app
32
  COPY --from=builder /app/build ./static
33
  COPY . .
34
 
35
- # RUN export HF_HOME=cache
36
- # RUN export TRANSFORMERS_CACHE=/generate/cache/
37
 
38
  CMD ["python", "app.py"]
39
 
 
32
  COPY --from=builder /app/build ./static
33
  COPY . .
34
 
35
+ ENV TRANSFORMERS_CACHE=./cache/
 
36
 
37
  CMD ["python", "app.py"]
38