Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
|
|
| 6 |
# ββ Layer 1 (root): η³»η»δΎθ΅ + Ollama + ε·₯ε
·οΌε
¨ι¨εεΉΆδΈΊδΈε±οΌβββββββββββββββββ
|
| 7 |
RUN echo "[build][layer1] System deps + Ollama..." && START=$(date +%s) \
|
| 8 |
&& apt-get update \
|
| 9 |
-
&& apt-get install -y --no-install-recommends git ca-certificates curl python3 python3-pip patch \
|
| 10 |
&& rm -rf /var/lib/apt/lists/* \
|
| 11 |
&& pip3 install --no-cache-dir --break-system-packages huggingface_hub \
|
| 12 |
&& curl -fsSL https://ollama.com/install.sh | sh \
|
|
|
|
| 6 |
# ββ Layer 1 (root): η³»η»δΎθ΅ + Ollama + ε·₯ε
·οΌε
¨ι¨εεΉΆδΈΊδΈε±οΌβββββββββββββββββ
|
| 7 |
RUN echo "[build][layer1] System deps + Ollama..." && START=$(date +%s) \
|
| 8 |
&& apt-get update \
|
| 9 |
+
&& apt-get install -y --no-install-recommends git ca-certificates curl python3 python3-pip patch zstd \
|
| 10 |
&& rm -rf /var/lib/apt/lists/* \
|
| 11 |
&& pip3 install --no-cache-dir --break-system-packages huggingface_hub \
|
| 12 |
&& curl -fsSL https://ollama.com/install.sh | sh \
|