We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51984f commit 8818ea2Copy full SHA for 8818ea2
articles/machine-learning/how-to-use-serverless-compute.md
@@ -341,7 +341,7 @@ ml_client.create_or_update(job)
341
$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json
342
command: echo "hello world"
343
environment:
344
- image: azureml:AzureML-sklearn-1.0-ubuntu20.04-py38-cpu@latest
+ image: library/python:latest
345
queue_settings:
346
job_tier: Standard #Possible Values are Standard, Spot. Default is Standard.
347
identity:
0 commit comments