Ahmed007 commited on
Commit
d296b00
1 Parent(s): 7af31d4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]