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