Natthathida commited on
Commit
fa5e7ec
·
verified ·
1 Parent(s): 3748363
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -33,7 +33,6 @@ COPY --from=builder /app/build ./static
33
  COPY . .
34
 
35
  RUN export HF_HOME=${HOME}/cache
36
- RUN export TRANSFORMERS_CACHE=${HOME}/cache
37
 
38
  CMD ["python", "app.py"]
39
 
 
33
  COPY . .
34
 
35
  RUN export HF_HOME=${HOME}/cache
 
36
 
37
  CMD ["python", "app.py"]
38