Unverified Commit f0cea269 authored by Tushar Sharma's avatar Tushar Sharma Committed by GitHub
Browse files

build: OPS-597: restructure sglang to follow container strategy structure (#2803)


Signed-off-by: default avatarTushar Sharma <tusharma@nvidia.com>
parent 96064614
This diff is collapsed.
......@@ -618,7 +618,7 @@ if [ -z "$RUN_PREFIX" ]; then
fi
# TODO: Follow 2-step build process for all frameworks once necessary changes are made to the sglang and TRT-LLM backend Dockerfiles.
if [[ $FRAMEWORK == "VLLM" ]]; then
if [[ $FRAMEWORK == "VLLM" ]] || [[ $FRAMEWORK == "SGLANG" ]]; then
# Define base image tag before using it
DYNAMO_BASE_IMAGE="dynamo-base:${VERSION}"
# Start base image build
......
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