Natthathida commited on
Commit
3c47f7b
·
verified ·
1 Parent(s): a7ba413
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -32,6 +32,9 @@ WORKDIR /app
32
  COPY --from=builder /app/build ./static
33
  COPY . .
34
 
 
 
 
35
  CMD ["python", "app.py"]
36
 
37
 
 
32
  COPY --from=builder /app/build ./static
33
  COPY . .
34
 
35
+ export HF_HOME=${HOME}/cache
36
+ # EXPORT TRANSFORMERS_CACHE=/generate_caption/cache/
37
+
38
  CMD ["python", "app.py"]
39
 
40