Skip to content

Commit ccb7de4

Browse files
committed
[BES notebooks] - fix pending failed sdk
1 parent e5b0dfc commit ccb7de4

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

sdk/python/endpoints/batch/deploy-models/huggingface-text-summarization/text-summarization-batch.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@
612612
"source": [
613613
"environment = Environment(\n",
614614
" conda_file=\"environment/torch200-conda.yaml\",\n",
615-
" image=\"mcr.microsoft.com/azureml/openmpi4.1.0-cuda11.8-cudnn8-ubuntu22.04:latest\",\n",
615+
" image=\"mcr.microsoft.com/azureml/openmpi5.0-cuda12.6-ubuntu24.04:latest\",\n",
616616
")"
617617
]
618618
},

sdk/python/endpoints/batch/deploy-models/openai-embeddings/deploy-and-test.ipynb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@
376376
"environment = Environment(\n",
377377
" name=\"batch-openai-mlflow\",\n",
378378
" conda_file=\"environment/conda.yaml\",\n",
379-
" image=\"mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:latest\",\n",
379+
" image=\"mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu22.04:latest\",\n",
380380
")"
381381
]
382382
},
@@ -796,7 +796,11 @@
796796
]
797797
}
798798
],
799-
"metadata": {},
799+
"metadata": {
800+
"language_info": {
801+
"name": "python"
802+
}
803+
},
800804
"nbformat": 4,
801805
"nbformat_minor": 4
802806
}

sdk/python/endpoints/batch/deploy-pipelines/training-with-components/sdk-deploy-and-test.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"environment = Environment(\n",
146146
" name=\"xgboost-sklearn-py38\",\n",
147147
" description=\"An environment for models built with XGBoost and Scikit-learn.\",\n",
148-
" image=\"mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:latest\",\n",
148+
" image=\"mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu22.04:latest\",\n",
149149
" conda_file=\"environment/conda.yml\",\n",
150150
")"
151151
]

0 commit comments

Comments
 (0)