"ssh:/git@developer.sourcefind.cn:2222/OpenDAS/dynamo.git" did not exist on "f8219b12daaab5c272242c2089cbe2166a489007"
Unverified Commit ebc84d6c authored by ishandhanani's avatar ishandhanani Committed by GitHub
Browse files

chore: update wideep dockerfile for sgl to newest rel (#2422)

parent e22f84ab
...@@ -29,7 +29,7 @@ docker build \ ...@@ -29,7 +29,7 @@ docker build \
-f container/Dockerfile.sglang-wideep \ -f container/Dockerfile.sglang-wideep \
-t dynamo-wideep-gb200 \ -t dynamo-wideep-gb200 \
--build-arg MODE=blackwell \ --build-arg MODE=blackwell \
--build-arg SGLANG_IMAGE_TAG=v0.4.9.post6-cu128-gb200 \ --build-arg SGLANG_IMAGE_TAG=v0.5.0rc0-cu129-gb200 \
--build-arg ARCH=arm64 \ --build-arg ARCH=arm64 \
--build-arg ARCH_ALT=aarch64 \ --build-arg ARCH_ALT=aarch64 \
. .
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
ARG SGLANG_IMAGE_TAG="v0.4.10-cu126" ARG SGLANG_IMAGE_TAG="v0.5.0rc0-cu126"
FROM lmsysorg/sglang:${SGLANG_IMAGE_TAG} FROM lmsysorg/sglang:${SGLANG_IMAGE_TAG}
...@@ -21,7 +21,7 @@ ARG MODE="hopper" ...@@ -21,7 +21,7 @@ ARG MODE="hopper"
ARG ARCH="amd64" ARG ARCH="amd64"
ARG ARCH_ALT="x86_64" ARG ARCH_ALT="x86_64"
ARG NIXL_UCX_REF="v1.19.x" ARG NIXL_UCX_REF="v1.19.x"
ARG NIXL_TAG="0.4.1" ARG NIXL_TAG="0.5.0"
ARG CMAKE_VERSION="3.31.8" ARG CMAKE_VERSION="3.31.8"
ARG RUST_VERSION="1.87.0" ARG RUST_VERSION="1.87.0"
ARG CARGO_BUILD_JOBS="16" ARG CARGO_BUILD_JOBS="16"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment