Skip to content

Commit 607e397

Browse files
authored
Update how-to-troubleshoot-deployment.md
Incorrect param
1 parent 9945010 commit 607e397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/service/how-to-troubleshoot-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Breaking the deployment into tasks is helpful if you are using the [Webservice.d
5858
```python
5959
# configure the image
6060
image_config = ContainerImage.image_configuration(runtime="python",
61-
execution_script="score.py",
61+
entry_script="score.py",
6262
conda_file="myenv.yml")
6363

6464
# create the image

0 commit comments

Comments
 (0)