MakcukBobrov commited on
Commit
b8cf788
1 Parent(s): 8e18111

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ WORKDIR $HOME/app
15
 
16
  COPY --chown=user:user Modelfile $HOME/app/
17
 
18
- RUN curl -fsSL https://huggingface.co/gingdev/llama7b-ictu-v2/resolve/main/llama7b_q4_k_m.gguf?download=true -o llama.gguf
19
 
20
  RUN ollama serve & sleep 5 && ollama create llama -f Modelfile
21
 
 
15
 
16
  COPY --chown=user:user Modelfile $HOME/app/
17
 
18
+ RUN curl -fsSL https://ollama.com/install.sh | sh
19
 
20
  RUN ollama serve & sleep 5 && ollama create llama -f Modelfile
21