Spaces:
Runtime error
Runtime error
update
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -33,7 +33,6 @@ COPY --from=builder /app/build ./static
|
|
33 |
COPY . .
|
34 |
|
35 |
RUN export HF_HOME=${HOME}/cache
|
36 |
-
RUN export TRANSFORMERS_CACHE=${HOME}/cache
|
37 |
|
38 |
CMD ["python", "app.py"]
|
39 |
|
|
|
33 |
COPY . .
|
34 |
|
35 |
RUN export HF_HOME=${HOME}/cache
|
|
|
36 |
|
37 |
CMD ["python", "app.py"]
|
38 |
|