feat(ci): add framework target to release-docker workflows (#14559)
This commit is contained in:
@@ -55,6 +55,7 @@ jobs:
|
|||||||
docker buildx build \
|
docker buildx build \
|
||||||
--platform ${{ matrix.platform }} \
|
--platform ${{ matrix.platform }} \
|
||||||
--push \
|
--push \
|
||||||
|
--target framework \
|
||||||
-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 }} \
|
||||||
|
|||||||
@@ -57,6 +57,7 @@ jobs:
|
|||||||
--platform ${{ matrix.platform }} \
|
--platform ${{ matrix.platform }} \
|
||||||
--push \
|
--push \
|
||||||
-f docker/Dockerfile \
|
-f docker/Dockerfile \
|
||||||
|
--target framework \
|
||||||
--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 }} \
|
||||||
--build-arg CMAKE_BUILD_PARALLEL_LEVEL=$(nproc) \
|
--build-arg CMAKE_BUILD_PARALLEL_LEVEL=$(nproc) \
|
||||||
|
|||||||
Reference in New Issue
Block a user