Yomna35 commited on
Commit
e9737ff
·
verified ·
1 Parent(s): b96f4f2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -9,7 +9,8 @@ COPY ./requirements.txt /code/requirements.txt
9
 
10
  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
 
13
 
14
  COPY . .
15
 
 
9
 
10
  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
 
15
  COPY . .
16