Skip to content

Commit 299e238

Browse files
Update imagenet-classifier-batch SDK notebook to use the newer tensorflow base image (#3498)
1 parent 334cc0f commit 299e238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/endpoints/batch/deploy-models/imagenet-classifier/imagenet-classifier-batch.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@
693693
"environment = Environment(\n",
694694
" name=\"tensorflow212-cuda11-gpu\",\n",
695695
" conda_file=\"environment/conda.yaml\",\n",
696-
" image=\"mcr.microsoft.com/azureml/curated/tensorflow-2.12-cuda11:latest\",\n",
696+
" image=\"mcr.microsoft.com/azureml/curated/tensorflow-2.16-cuda12:latest\",\n",
697697
")"
698698
]
699699
},

0 commit comments

Comments
 (0)