Ahmed007 commited on
Commit
99bca07
1 Parent(s): ec5643d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -21,6 +21,8 @@ RUN mkdir /.cache/huggingface/hub
21
 
22
  RUN mkdir /.cache/huggingface/hub/models--sentence-transformers--paraphrase-TinyBERT-L6-v2
23
 
 
 
24
  COPY . .
25
 
26
  CMD ["gunicorn", "-b", "0.0.0.0:7860", "--timeout", "300", "main:app"]
 
21
 
22
  RUN mkdir /.cache/huggingface/hub/models--sentence-transformers--paraphrase-TinyBERT-L6-v2
23
 
24
+ RUN mkdir /.cache/huggingface/hub/models--sentence-transformers--paraphrase-TinyBERT-L6-v2/blobs
25
+
26
  COPY . .
27
 
28
  CMD ["gunicorn", "-b", "0.0.0.0:7860", "--timeout", "300", "main:app"]