Yaya86 commited on
Commit
59a646d
·
verified ·
1 Parent(s): 57f88c4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -14,7 +14,8 @@ RUN apt-get update && apt-get install curl -y
14
  #RUN apt-get update && apt-get install -y nvidia-container-toolkit || true
15
 
16
  # Install application
17
- RUN curl -fsSL https://ollama.com/install.sh | sh
 
18
  # Below is to fix embedding bug as per
19
  # RUN curl -fsSL https://ollama.com/install.sh | sed 's#https://ollama.com/download#https://github.com/jmorganca/ollama/releases/download/v0.1.29#' | sh
20
 
 
14
  #RUN apt-get update && apt-get install -y nvidia-container-toolkit || true
15
 
16
  # Install application
17
+ RUN curl https://ollama.ai/install.sh | sh
18
+ #RUN curl -fsSL https://ollama.com/install.sh | sh
19
  # Below is to fix embedding bug as per
20
  # RUN curl -fsSL https://ollama.com/install.sh | sed 's#https://ollama.com/download#https://github.com/jmorganca/ollama/releases/download/v0.1.29#' | sh
21