Skip to content

Commit 8818ea2

Browse files
committed
missed one
1 parent a51984f commit 8818ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-use-serverless-compute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ ml_client.create_or_update(job)
341341
$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json
342342
command: echo "hello world"
343343
environment:
344-
image: azureml:AzureML-sklearn-1.0-ubuntu20.04-py38-cpu@latest
344+
image: library/python:latest
345345
queue_settings:
346346
job_tier: Standard #Possible Values are Standard, Spot. Default is Standard.
347347
identity:

0 commit comments

Comments
 (0)