WinterGYC
commited on
Commit
•
dbce0b3
1
Parent(s):
770acb9
Update
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -5,6 +5,8 @@ FROM python:3.9
|
|
5 |
|
6 |
WORKDIR /code
|
7 |
|
|
|
|
|
8 |
COPY ./requirements.txt /code/requirements.txt
|
9 |
|
10 |
COPY ./app.py /code/app.py
|
|
|
5 |
|
6 |
WORKDIR /code
|
7 |
|
8 |
+
ENV TRANSFORMERS_CACHE=/code
|
9 |
+
|
10 |
COPY ./requirements.txt /code/requirements.txt
|
11 |
|
12 |
COPY ./app.py /code/app.py
|