Spaces:
Sleeping
Sleeping
AndriiPets
commited on
Commit
•
1fd84d0
1
Parent(s):
9623a6f
initial
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -4,9 +4,9 @@ WORKDIR /code
|
|
4 |
|
5 |
COPY ./requirements.txt /code/requirements.txt
|
6 |
|
7 |
-
RUN mkdir ./
|
8 |
|
9 |
-
ENV TRANSFORMERS_CACHE="./
|
10 |
|
11 |
RUN pip install --upgrade pip
|
12 |
|
|
|
4 |
|
5 |
COPY ./requirements.txt /code/requirements.txt
|
6 |
|
7 |
+
RUN mkdir ./cache
|
8 |
|
9 |
+
ENV TRANSFORMERS_CACHE="./cache"
|
10 |
|
11 |
RUN pip install --upgrade pip
|
12 |
|