mexicanamerican commited on
Commit
689a0b8
·
verified ·
1 Parent(s): 6f15dec

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | gpg --dearm
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
  # 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 -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