File tree Expand file tree Collapse file tree 3 files changed +115
-19
lines changed
Expand file tree Collapse file tree 3 files changed +115
-19
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ARG CUDA_VISIBLE_DEVICES=none
1010ARG TORCH_CUDA_ARCH_LIST="7.5;8.0;8.6;8.9;9.0+PTX"
1111
1212# Set the Python version
13- ARG PYTHON_VERSION=3.10 .12
13+ ARG PYTHON_VERSION=3.12 .12
1414
1515# Install system dependencies
1616RUN apt-get update && apt-get install -y \
@@ -31,9 +31,9 @@ RUN wget https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSIO
3131
3232# Install pip and core Python tools
3333RUN wget https://bootstrap.pypa.io/get-pip.py && \
34- python3.10 get-pip.py && \
34+ python3.12 get-pip.py && \
3535 rm get-pip.py && \
36- python3.10 -m pip install --upgrade pip setuptools wheel uv
36+ python3.12 -m pip install --upgrade pip setuptools wheel uv
3737
3838# Install RDMA support
3939RUN apt-get update && apt-get install -y \
Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ dev = [
4646 " cupy-cuda12x==12.1.0" ,
4747 " flashinfer-python>=0.4.0" ,
4848 " sglang>=0.5.0" ,
49+ " orjson>=3.11.0" ,
50+ " sgl_kernel"
4951]
5052
5153[project .scripts ]
You can’t perform that action at this time.
0 commit comments