Ahmed007 commited on
Commit
9ceda00
1 Parent(s): 1750f16

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -11,7 +11,9 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
 
12
  RUN wget https://huggingface.co/microsoft/Phi-3-mini-4k-instruct-gguf/resolve/main/Phi-3-mini-4k-instruct-q4.gguf
13
 
14
- Run git clone https://huggingface.co/sentence-transformers/paraphrase-TinyBERT-L6-v2
 
 
15
 
16
  COPY . .
17
 
 
11
 
12
  RUN wget https://huggingface.co/microsoft/Phi-3-mini-4k-instruct-gguf/resolve/main/Phi-3-mini-4k-instruct-q4.gguf
13
 
14
+ Run git clone "https://huggingface.co/sentence-transformers/paraphrase-TinyBERT-L6-v2"
15
+
16
+ RUN mkdir -p /.cache
17
 
18
  COPY . .
19