Skip to content

Commit 29cdd80

Browse files
ishandhananihhzhang16
authored andcommitted
chore: update wideep dockerfile for sgl to newest rel (#2422)
Signed-off-by: Hannah Zhang <[email protected]>
1 parent dd1fb18 commit 29cdd80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/backends/sglang/docs/dsr1-wideep-gb200.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ docker build \
2929
-f container/Dockerfile.sglang-wideep \
3030
-t dynamo-wideep-gb200 \
3131
--build-arg MODE=blackwell \
32-
--build-arg SGLANG_IMAGE_TAG=v0.4.9.post6-cu128-gb200 \
32+
--build-arg SGLANG_IMAGE_TAG=v0.5.0rc0-cu129-gb200 \
3333
--build-arg ARCH=arm64 \
3434
--build-arg ARCH_ALT=aarch64 \
3535
.

container/Dockerfile.sglang-wideep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
ARG SGLANG_IMAGE_TAG="v0.4.10-cu126"
16+
ARG SGLANG_IMAGE_TAG="v0.5.0rc0-cu126"
1717

1818
FROM lmsysorg/sglang:${SGLANG_IMAGE_TAG}
1919

2020
ARG MODE="hopper"
2121
ARG ARCH="amd64"
2222
ARG ARCH_ALT="x86_64"
2323
ARG NIXL_UCX_REF="v1.19.x"
24-
ARG NIXL_TAG="0.4.1"
24+
ARG NIXL_TAG="0.5.0"
2525
ARG CMAKE_VERSION="3.31.8"
2626
ARG RUST_VERSION="1.87.0"
2727
ARG CARGO_BUILD_JOBS="16"

0 commit comments

Comments
 (0)