Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -4,6 +4,8 @@ WORKDIR .
|
|
4 |
|
5 |
COPY . .
|
6 |
|
|
|
|
|
7 |
RUN pip install --no-cache-dir --upgrade -r ./requirements.txt
|
8 |
RUN pip install --no-cache-dir -r models/transformer/requirements.txt
|
9 |
RUN pip install --no-cache-dir -r models/seq2seq/requirements.txt
|
|
|
4 |
|
5 |
COPY . .
|
6 |
|
7 |
+
ENV HF_HOME=/home/user/huggingface
|
8 |
+
|
9 |
RUN pip install --no-cache-dir --upgrade -r ./requirements.txt
|
10 |
RUN pip install --no-cache-dir -r models/transformer/requirements.txt
|
11 |
RUN pip install --no-cache-dir -r models/seq2seq/requirements.txt
|