forked from elyra-ai/elyra
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update runtime images with latest component versions Revert back to image tags vs sha256 to better support multiarch Signed-off-by: Fellipe Resende <[email protected]> * Update image tags on tests Signed-off-by: Fellipe Resende <[email protected]> * Fix integration test * Use Python instead of curl to download test file on validate-runtime-image target Signed-off-by: Guilherme Caponetto <[email protected]> * Go back using ubuntu-latest on validate-images job --------- Signed-off-by: Fellipe Resende <[email protected]> Signed-off-by: Guilherme Caponetto <[email protected]> Co-authored-by: Fellipe Resende <[email protected]>
- Loading branch information
Showing
13 changed files
with
51 additions
and
45 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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"display_name": "Anaconda Python 3.11", | ||
"metadata": { | ||
"description": "Anaconda (2004-02) with Python 3.11", | ||
"image_name": "continuumio/anaconda3:2024.02-1", | ||
"tags": ["anaconda", "python-3.11"] | ||
}, | ||
"schema_name": "runtime-image" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"display_name": "Anaconda Python 3.12", | ||
"metadata": { | ||
"description": "Anaconda (2024-10) with Python 3.12", | ||
"image_name": "continuumio/anaconda3:2024.10-1", | ||
"tags": ["anaconda", "python-3.12"] | ||
}, | ||
"schema_name": "runtime-image" | ||
} |
This file was deleted.
Oops, something went wrong.
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
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
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
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
6 changes: 3 additions & 3 deletions
6
etc/config/metadata/runtime-images/tensorflow_2x_gpu_py3.json
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
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