-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b1e7275
commit a02a7c5
Showing
3 changed files
with
3 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,6 @@ name: Publish orquestra-sdk-base Docker Image with CUDA support | |
on: | ||
workflow_dispatch: | ||
inputs: | ||
sdk_requirement: | ||
type: string | ||
description: | | ||
Orquestra SDK requirement to build the image with. | ||
Example of using a published version of the SDK: | ||
orquestra-sdk[ray]==0.63.0 | ||
Example of using an unpublished version: | ||
orquestra-sdk[ray] @ git+https://github.com/zapata-engineering/[email protected]#subdirectory=projects/orquestra-sdk | ||
docker_tag: | ||
type: string | ||
description: | | ||
|
@@ -81,6 +73,6 @@ jobs: | |
# as on the command line `--build-arg`, one to a line: | ||
# docker_build_args: BUILD_ARG_ONE=value1\nBUILD_ARG_TWO=value2 | ||
# DUE TO JSON LIMITATIONS, NEWLINES MUST BE EXPLICITLY ADDED AS \n | ||
docker_build_args: SDK_REQUIREMENT=${{ inputs.sdk_requirement }} | ||
docker_build_args: | ||
# leave blank for linux/amd64 (recommended) | ||
target_platforms: '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,6 @@ name: Publish orquestra-sdk-base Docker Image | |
on: | ||
workflow_dispatch: | ||
inputs: | ||
sdk_requirement: | ||
type: string | ||
description: | | ||
Orquestra SDK requirement to build the image with. | ||
Example of using a published version of the SDK: | ||
orquestra-sdk[ray]==0.63.0 | ||
Example of using an unpublished version: | ||
orquestra-sdk[ray] @ git+https://github.com/zapata-engineering/[email protected]#subdirectory=projects/orquestra-sdk | ||
docker_tag: | ||
type: string | ||
description: | | ||
|
@@ -79,6 +71,6 @@ jobs: | |
# as on the command line `--build-arg`, one to a line: | ||
# docker_build_args: BUILD_ARG_ONE=value1\nBUILD_ARG_TWO=value2 | ||
# DUE TO JSON LIMITATIONS, NEWLINES MUST BE EXPLICITLY ADDED AS \n | ||
docker_build_args: SDK_REQUIREMENT=${{ inputs.sdk_requirement }} | ||
docker_build_args: | ||
# leave blank for linux/amd64 (recommended) | ||
target_platforms: 'linux/amd64,linux/arm64' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters