Spaces:
Sleeping
Sleeping
Priyansh Saxena commited on
Commit ·
f767590
1
Parent(s): 5c00819
Fix: Add zstd dependency for Ollama installation on HuggingFace Spaces
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -19,6 +19,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 19 |
wget \
|
| 20 |
build-essential \
|
| 21 |
git \
|
|
|
|
| 22 |
&& rm -rf /var/lib/apt/lists/*
|
| 23 |
|
| 24 |
# Install Ollama
|
|
|
|
| 19 |
wget \
|
| 20 |
build-essential \
|
| 21 |
git \
|
| 22 |
+
zstd \
|
| 23 |
&& rm -rf /var/lib/apt/lists/*
|
| 24 |
|
| 25 |
# Install Ollama
|