truegleai commited on
Commit
67418ea
·
verified ·
1 Parent(s): 1c03014

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.10-slim
2
 
3
  # Ollama needs curl to install
4
- RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
5
 
6
  # Install Ollama
7
  RUN curl -fsSL https://ollama.com/install.sh | sh
 
1
  FROM python:3.10-slim
2
 
3
  # Ollama needs curl to install
4
+ RUN apt-get update && apt-get install -y curl zstd && rm -rf /var/lib/apt/lists/*
5
 
6
  # Install Ollama
7
  RUN curl -fsSL https://ollama.com/install.sh | sh