Spaces:
Runtime error
Runtime error
update
Browse files- 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
|
|
|
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/
|