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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN wget https://huggingface.co/microsoft/Phi-3-mini-4k-instruct-gguf/resolve/ma
13
 
14
  Run git clone "https://huggingface.co/sentence-transformers/paraphrase-TinyBERT-L6-v2"
15
 
16
- RUN mkdir -p /.cache
17
 
18
  COPY . .
19
 
 
13
 
14
  Run git clone "https://huggingface.co/sentence-transformers/paraphrase-TinyBERT-L6-v2"
15
 
16
+ RUN mkdir /.cache
17
 
18
  COPY . .
19