Browse Source

Deploy Qwen3-Coder-Next uncensored fine-tuner

Sameric 4 tháng trước cách đây
mục cha
commit
7828b129a3
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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