Natthathida commited on
Commit
20d8e7e
·
verified ·
1 Parent(s): c77b784
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -32,7 +32,8 @@ WORKDIR /app
32
  COPY --from=builder /app/build ./static
33
  COPY . .
34
 
35
- RUN mkdir blabla/cache/
 
36
 
37
  # ENV TRANSFORMERS_CACHE=/blabla/cache/
38
  ENV HF_HOME=blabla/cache/
 
32
  COPY --from=builder /app/build ./static
33
  COPY . .
34
 
35
+ RUN mkdir blabla
36
+ RUN mkdir blabla/cache
37
 
38
  # ENV TRANSFORMERS_CACHE=/blabla/cache/
39
  ENV HF_HOME=blabla/cache/