Skip to content

Commit f9e61a6

Browse files
committed
Add missing system package for sglang, update dev dependency versions for python 3.12
1 parent 142694b commit f9e61a6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ ARG PYTHON_VERSION=3.12.12
1616
RUN 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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)