Spaces:
Sleeping
Sleeping
Fix Dockerfile
#2
by thesparshsaxena - opened
- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 13 |
curl \
|
| 14 |
git \
|
| 15 |
ca-certificates \
|
|
|
|
| 16 |
&& rm -rf /var/lib/apt/lists/*
|
| 17 |
|
| 18 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
|
|
|
| 13 |
curl \
|
| 14 |
git \
|
| 15 |
ca-certificates \
|
| 16 |
+
zstd \
|
| 17 |
&& rm -rf /var/lib/apt/lists/*
|
| 18 |
|
| 19 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|