[Docker] Fix CI docker target after Dockerfile restructure (#22478)
This commit is contained in:
@@ -96,7 +96,7 @@ jobs:
|
|||||||
docker buildx build \
|
docker buildx build \
|
||||||
--platform ${{ matrix.platform }} \
|
--platform ${{ matrix.platform }} \
|
||||||
--output type=image,name=lmsysorg/sglang,push-by-digest=true,name-canonical=true,push=true \
|
--output type=image,name=lmsysorg/sglang,push-by-digest=true,name-canonical=true,push=true \
|
||||||
--target framework \
|
--target framework_final \
|
||||||
-f docker/Dockerfile \
|
-f docker/Dockerfile \
|
||||||
--build-arg CUDA_VERSION=${{ matrix.version }} \
|
--build-arg CUDA_VERSION=${{ matrix.version }} \
|
||||||
--build-arg BUILD_TYPE=${{ matrix.build_type }} \
|
--build-arg BUILD_TYPE=${{ matrix.build_type }} \
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ jobs:
|
|||||||
version=${{ steps.version.outputs.version }}
|
version=${{ steps.version.outputs.version }}
|
||||||
|
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--target framework \
|
--target framework_final \
|
||||||
--platform linux/amd64 \
|
--platform linux/amd64 \
|
||||||
--output type=image,name=lmsysorg/sglang,push-by-digest=true,name-canonical=true,push=true \
|
--output type=image,name=lmsysorg/sglang,push-by-digest=true,name-canonical=true,push=true \
|
||||||
-f docker/Dockerfile \
|
-f docker/Dockerfile \
|
||||||
@@ -106,7 +106,7 @@ jobs:
|
|||||||
version=${{ steps.version.outputs.version }}
|
version=${{ steps.version.outputs.version }}
|
||||||
|
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--target framework \
|
--target framework_final \
|
||||||
--platform linux/amd64 \
|
--platform linux/amd64 \
|
||||||
--output type=image,name=lmsysorg/sglang,push-by-digest=true,name-canonical=true,push=true \
|
--output type=image,name=lmsysorg/sglang,push-by-digest=true,name-canonical=true,push=true \
|
||||||
-f docker/Dockerfile \
|
-f docker/Dockerfile \
|
||||||
@@ -180,7 +180,7 @@ jobs:
|
|||||||
version=${{ steps.version.outputs.version }}
|
version=${{ steps.version.outputs.version }}
|
||||||
|
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--target framework \
|
--target framework_final \
|
||||||
--platform linux/arm64 \
|
--platform linux/arm64 \
|
||||||
--output type=image,name=lmsysorg/sglang,push-by-digest=true,name-canonical=true,push=true \
|
--output type=image,name=lmsysorg/sglang,push-by-digest=true,name-canonical=true,push=true \
|
||||||
-f docker/Dockerfile \
|
-f docker/Dockerfile \
|
||||||
@@ -203,7 +203,7 @@ jobs:
|
|||||||
version=${{ steps.version.outputs.version }}
|
version=${{ steps.version.outputs.version }}
|
||||||
|
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--target framework \
|
--target framework_final \
|
||||||
--platform linux/arm64 \
|
--platform linux/arm64 \
|
||||||
--output type=image,name=lmsysorg/sglang,push-by-digest=true,name-canonical=true,push=true \
|
--output type=image,name=lmsysorg/sglang,push-by-digest=true,name-canonical=true,push=true \
|
||||||
-f docker/Dockerfile \
|
-f docker/Dockerfile \
|
||||||
|
|||||||
Reference in New Issue
Block a user