Ver código fonte

Deploy Qwen3-Coder-Next uncensored fine-tuner

Sameric 4 meses atrás
pai
commit
7828b129a3
1 arquivos alterados com 2 adições e 0 exclusões
  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