Spaces:
Runtime error
Runtime error
update
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -32,7 +32,7 @@ WORKDIR /app
|
|
32 |
COPY --from=builder /app/build ./static
|
33 |
COPY . .
|
34 |
|
35 |
-
ENV
|
36 |
|
37 |
CMD ["python", "app.py"]
|
38 |
|
|
|
32 |
COPY --from=builder /app/build ./static
|
33 |
COPY . .
|
34 |
|
35 |
+
ENV HF_HOME=./cache/
|
36 |
|
37 |
CMD ["python", "app.py"]
|
38 |
|