Fix EOL image: replace openmpi4.1.0-ubuntu20.04 with minimal-py312-in…#3855
Open
Chakradhar886 wants to merge 5 commits intomainfrom
Open
Fix EOL image: replace openmpi4.1.0-ubuntu20.04 with minimal-py312-in…#3855Chakradhar886 wants to merge 5 commits intomainfrom
Chakradhar886 wants to merge 5 commits intomainfrom
Conversation
…ference - Update base image in online-endpoints-simple-deployment.ipynb - Update model-1 and model-2 conda.yaml: python 3.9->3.10, azureml-defaults->azureml-inference-server-http - Update keyvault/env.yml: python 3.10->3.12 to match minimal-py312-inference base image
|
@Chakradhar886 please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
…tu22.04 - Revert keyvault/env.yml to original python=3.10 config (unchanged from working state) - Update notebook images from minimal-py312-inference to openmpi4.1.0-ubuntu22.04:latest - Revert model-1 and model-2 conda.yaml to original (no changes needed)
- Replace EOL openmpi4.1.0-ubuntu20.04/minimal-py312-inference with openmpi4.1.0-ubuntu22.04:latest - Update model-1/model-2 conda.yaml: python 3.9->3.10, azureml-defaults->azureml-inference-server-http - Keep keyvault env.yml at python=3.10 to match base image
- Remove azure-ai-ml (not used in score.py, causes dep conflicts) - Replace azure-keyvault with azure-keyvault-secrets (only what score.py imports) - Use minimal-py312-inference image (matches other working notebooks)
- Remove python=3.10 from env.yml (use base image's Python 3.12) - Remove azureml-inference-server-http (pre-installed in minimal-py312-inference) - Add retry logic in score.py for keyvault access policy propagation delays
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ference
Description
Checklist