proti0070 commited on
Commit
4c1f5ec
Β·
verified Β·
1 Parent(s): d75ac2b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 \