Spaces:
Paused
Paused
Arshit Malik commited on
Commit ·
204114e
1
Parent(s): 7158a11
fix: add zstd for ollama install
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
FROM python:3.11-slim-bookworm
|
| 2 |
|
| 3 |
RUN apt-get update && apt-get install -y \
|
| 4 |
-
curl nginx cron procps git \
|
| 5 |
&& rm -rf /var/lib/apt/lists/*
|
| 6 |
|
| 7 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
|
|
|
| 1 |
FROM python:3.11-slim-bookworm
|
| 2 |
|
| 3 |
RUN apt-get update && apt-get install -y \
|
| 4 |
+
curl nginx cron procps git zstd \
|
| 5 |
&& rm -rf /var/lib/apt/lists/*
|
| 6 |
|
| 7 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|