Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -15,6 +15,8 @@ Run git clone "https://huggingface.co/sentence-transformers/paraphrase-TinyBERT-
|
|
15 |
|
16 |
RUN mkdir /.cache
|
17 |
|
|
|
|
|
18 |
COPY . .
|
19 |
|
20 |
CMD ["gunicorn", "-b", "0.0.0.0:7860", "--timeout", "300", "main:app"]
|
|
|
15 |
|
16 |
RUN mkdir /.cache
|
17 |
|
18 |
+
RUN mkdir /.cache/huggingface
|
19 |
+
|
20 |
COPY . .
|
21 |
|
22 |
CMD ["gunicorn", "-b", "0.0.0.0:7860", "--timeout", "300", "main:app"]
|