File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ ARG PYTHON_VERSION=3.12.12
1616RUN apt-get update && apt-get install -y \
1717 wget build-essential libssl-dev zlib1g-dev libbz2-dev \
1818 libreadline-dev libsqlite3-dev libffi-dev libncursesw5-dev \
19- xz-utils tk-dev libxml2-dev libxmlsec1-dev liblzma-dev git vim \
19+ xz-utils tk-dev libxml2-dev libxmlsec1-dev liblzma-dev libnuma1 \
20+ git vim \
2021 && rm -rf /var/lib/apt/lists/*
2122
2223# Install Python
Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ dev = [
4343 " torch>=2.7.0" ,
4444 " vllm>=0.10.0" ,
4545 " ray[default]>=2.50.0" ,
46- " cupy-cuda12x== 12.1 .0" ,
46+ " cupy-cuda12x>= 12.3 .0" ,
4747 " flashinfer-python>=0.4.0" ,
4848 " sglang>=0.5.0" ,
4949 " orjson>=3.11.0" ,
50- " sgl_kernel"
50+ " sgl_kernel>=0.3.0 "
5151]
5252
5353[project .scripts ]
You can’t perform that action at this time.
0 commit comments