thanthamky commited on
Commit
0a22df6
·
verified ·
1 Parent(s): bf45242

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ RUN curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | gpg --dearm
17
  RUN apt-get update && apt-get install -y nvidia-container-toolkit || true
18
 
19
  # Install application
20
- RUN curl https://ollama.ai/install.sh | sh
21
  # Below is to fix embedding bug as per
22
  # 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
23
 
 
17
  RUN apt-get update && apt-get install -y nvidia-container-toolkit || true
18
 
19
  # Install application
20
+ RUN curl -fsSL https://ollama.com/install.sh | sh
21
  # Below is to fix embedding bug as per
22
  # 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
23