diff --git a/docker/Dockerfile b/docker/Dockerfile index 6fa60e6e7..1de5138c1 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -78,7 +78,7 @@ RUN pip install nvidia-cudnn-cu12==9.16.0.29 # reinstall numpy 1.x for megatron RUN pip install "numpy<2" -RUN pip install https://github.com/zhuzilin/sgl-router/releases/download/v0.3.2-9d89da8/sglang_router-0.3.2-cp38-abi3-manylinux_2_28_x86_64.whl --force-reinstall +RUN pip install https://github.com/zhuzilin/sgl-router/releases/download/v0.3.2-5f8d397/sglang_router-0.3.2-cp38-abi3-manylinux_2_28_x86_64.whl --force-reinstall RUN python -c "import sglang_router; assert 'slime' in sglang_router.__version__" RUN rm -rf /root/.cache/pip /root/flash-attention diff --git a/docker/version.txt b/docker/version.txt index 66f0f3c3e..198a04806 100644 --- a/docker/version.txt +++ b/docker/version.txt @@ -1 +1 @@ -nightly-dev-20260326a +nightly-dev-20260327a