Spaces:
Sleeping
Sleeping
David Vaillant
commited on
Commit
·
47b6c2c
1
Parent(s):
23c11f3
Adding trans cache
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -2,6 +2,7 @@ FROM python:3.11
|
|
2 |
|
3 |
WORKDIR /code
|
4 |
|
|
|
5 |
COPY ./requirements.txt /code/requirements.txt
|
6 |
|
7 |
RUN apt update
|
|
|
2 |
|
3 |
WORKDIR /code
|
4 |
|
5 |
+
ENV TRANSFORMERS_CACHE=/code/cache
|
6 |
COPY ./requirements.txt /code/requirements.txt
|
7 |
|
8 |
RUN apt update
|