Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@ name: prs-env
channels:
- conda-forge
dependencies:
- python=3.7.6
- python=3.8
- pip
- pip:
- mlflow
- mlflow==1.30.1
- mltable>=1.2.0
- azureml-dataset-runtime[pandas,fuse]
- azureml-telemetry
- pandas
- numpy==1.21.6
- scipy==1.7.3
- pandas==1.3.5
- pillow
- azureml-core
- scikit-learn~=0.20.0
- cloudpickle==1.1.1
- scikit-learn==0.23.2
- cloudpickle==1.6.0
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
" code=\"./script\",\n",
" entry_script=\"iris_prediction.py\",\n",
" environment=Environment(\n",
" image=\"mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04\",\n",
" image=\"mcr.microsoft.com/azureml/openmpi5.0-ubuntu24.04:latest\",\n",
" conda_file=\"./environment/environment_parallel.yml\",\n",
" ),\n",
" program_arguments=\"--model ${{inputs.score_model}} \" # Passthrough input model folder path into script.\n",
Expand Down
Binary file added sdk/python/mldesigner-0.1.0b23-py3-none-any.whl
Binary file not shown.
4 changes: 2 additions & 2 deletions sdk/python/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# </az_ml_sdk_install>

# <mldesigner_install>
pip install mldesigner
pip install mldesigner-0.1.0b23-py3-none-any.whl
# </mldesigner_install>

# <mltable_install>
Expand All @@ -23,4 +23,4 @@ pip install azure-ai-ml
# protobuf==5.29.0 has IndentationError bug
pip install "protobuf<=5.28.3"

pip list
pip list
4 changes: 2 additions & 2 deletions sdk/python/setup_oai_v2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fi
# </az_ml_sdk_install>

# <mldesigner_install>
pip install mldesigner
pip install mldesigner-0.1.0b23-py3-none-any.whl
# </mldesigner_install>

# <mltable_install>
Expand All @@ -61,4 +61,4 @@ pip install azure-ai-ml
# https://docsupport.blob.core.windows.net/ml-sample-submissions/1905732/azure_ai_ml-1.0.0-py3-none-any.whl
# </az_ml_sdk_test_install>

pip list
pip list
Loading