Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|