Powerman9x commited on
Commit
3d1f951
Β·
verified Β·
1 Parent(s): d320b08

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ SHELL ["/bin/bash", "-c"]
11
  # ── System dependencies (root) ───────────────────────────────────────────────
12
  RUN echo "[build] Installing system deps..." && START=$(date +%s) \
13
  && apt-get update \
14
- && apt-get install -y --no-install-recommends git ca-certificates curl python3 python3-pip \
15
  && rm -rf /var/lib/apt/lists/* \
16
  && pip3 install --no-cache-dir --break-system-packages huggingface_hub requests \
17
  && corepack enable \
 
11
  # ── System dependencies (root) ───────────────────────────────────────────────
12
  RUN echo "[build] Installing system deps..." && START=$(date +%s) \
13
  && apt-get update \
14
+ && apt-get install -y --no-install-recommends git ca-certificates curl python3 python3-pip cron \
15
  && rm -rf /var/lib/apt/lists/* \
16
  && pip3 install --no-cache-dir --break-system-packages huggingface_hub requests \
17
  && corepack enable \