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