Skip to content

Commit

Permalink
Zetia/fix K8s onlinedeployment vulnerability issue (#3312)
Browse files Browse the repository at this point in the history
* upgrade azureml-defaults to fix pyarrow vulnerability

* upgrade azureml-defaults to fix pyarrow vulnerability

* upgrade base image

---------

Co-authored-by: Ubuntu <zetia@DevBox-zetia.1jltvvkrfgyuhl3llhmbyldkog.bx.internal.cloudapp.net>
  • Loading branch information
zetiaatgithub and Ubuntu authored Jul 29, 2024
1 parent b7dc63b commit 2e86135
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ code_configuration:
scoring_script: score.py
environment:
conda_file: ../model-1/environment/conda.yaml
image: mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:latest
image: mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu22.04:latest
request_settings:
request_timeout_ms: 3000
max_queue_wait_ms: 3000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ code_configuration:
scoring_script: score.py
environment:
conda_file: ../model-2/environment/conda.yaml
image: mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:latest
image: mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu22.04:latest
instance_type: defaultinstancetype
resources:
requests:
Expand Down
4 changes: 2 additions & 2 deletions cli/endpoints/online/model-1/environment/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ dependencies:
- scikit-learn=1.2.2
- scipy=1.10.1
- pip:
- azureml-defaults==1.53.0
- inference-schema[numpy-support]==1.5.1
- azureml-defaults==1.56.0.post1
- inference-schema[numpy-support]==1.7
- joblib==1.2.0
4 changes: 2 additions & 2 deletions cli/endpoints/online/model-2/environment/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ dependencies:
- scikit-learn=1.2.2
- scipy=1.10.1
- pip:
- azureml-defaults==1.53.0
- inference-schema[numpy-support]==1.5.1
- azureml-defaults==1.56.0.post1
- inference-schema[numpy-support]==1.7
- joblib==1.2.0

0 comments on commit 2e86135

Please sign in to comment.