Explorar o código

Deploy Qwen3-Coder-Next uncensored fine-tuner

Sameric hai 4 meses
pai
achega
7828b129a3
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -9,11 +9,13 @@ ENV GRADIO_SERVER_PORT=7860
 RUN apt-get update && apt-get install -y --no-install-recommends \
     python3.11 \
     python3.11-venv \
+    python3.11-dev \
     python3-pip \
     git \
     git-lfs \
     wget \
     curl \
+    build-essential \
     && rm -rf /var/lib/apt/lists/* \
     && git lfs install