Skip to content

Commit 5769c02

Browse files
upgraded the image version to fix cli jobs pipelines (#3865)
* Update Docker image version in entry.spec.yaml * Update Docker image version in entry.spec.yaml * Update Docker image to use CUDA 13.1 * Update Docker image to version 5.0 with CUDA 13.1 * Update conda.yaml * Update entry.spec.yaml * Update Docker image version in entry.spec.yaml * Update entry.spec.yaml * Update entry.spec.yaml * Update entry.spec.yaml * Update conda.yaml * Update Docker image to openmpi5.0-ubuntu24.04 * Update Docker image version in entry.spec.yaml * Change Python version from 3.10 to 3.8.12 * Update Docker image version in entry.spec.yaml * Update Docker image version in entry.spec.yaml * Update Docker image version in entry.spec.yaml * Update Docker image version in entry.spec.yaml
1 parent 222a868 commit 5769c02

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

cli/jobs/pipelines-with-components/image_classification_with_densenet/apply_image_transformation/entry.spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ command: >-
3232
--output-path ${{outputs.output_path}}
3333
environment:
3434
conda_file: ./conda.yaml
35-
image: mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:latest
35+
image: mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu22.04:latest

cli/jobs/pipelines-with-components/image_classification_with_densenet/convert_to_image_directory/entry.spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ command: >-
2222
--output-path ${{outputs.output_path}}
2323
environment:
2424
conda_file: ./conda.yaml
25-
image: mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:latest
25+
image: mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu22.04:latest

cli/jobs/pipelines-with-components/image_classification_with_densenet/image_cnn_train/conda.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
dependencies:
66
- python=3.8.12
7-
- pip=21.2.2
7+
- pip
88
- pip:
99
- mldesigner==0.1.0b4
1010
- watchdog==0.10.3
@@ -18,4 +18,4 @@ dependencies:
1818
- azureml-mlflow>=1.41.0
1919
- protobuf==3.20.1
2020
- pandas==1.2.1
21-
- packaging==22.0 # fix for https://github.com/pypa/setuptools/issues/4483
21+
- packaging==22.0 # fix for https://github.com/pypa/setuptools/issues/4483

cli/jobs/pipelines-with-components/image_classification_with_densenet/image_cnn_train/entry.spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ outputs:
111111
code: ./
112112

113113
environment:
114-
image: mcr.microsoft.com/azureml/openmpi4.1.0-cuda11.8-cudnn8-ubuntu22.04:latest
114+
image: mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu22.04:latest
115115
conda_file: ./conda.yaml
116116

117117
resources:

cli/jobs/pipelines-with-components/image_classification_with_densenet/init_image_transformation/entry.spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ command: >-
124124
125125
environment:
126126
conda_file: ./conda.yaml
127-
image: mcr.microsoft.com/azureml/openmpi4.1.0-cuda11.8-cudnn8-ubuntu22.04:latest
127+
image: mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu22.04:latest

0 commit comments

Comments
 (0)