Skip to content

Commit afb403e

Browse files
authored
Merge pull request #46012 from omartin2010/patch-15
fixed typo
2 parents d1802f7 + fc71211 commit afb403e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ Local web service deployments require a working Docker installation on your loca
346346
347347
348348
myenv = Environment.from_conda_specification(name="env", file_path="myenv.yml")
349-
myenv.docker.base_image = NONE
349+
myenv.docker.base_image = None
350350
myenv.docker.base_dockerfile = "FROM mcr.microsoft.com/azureml/base:intelmpi2018.3-ubuntu16.04\nRUN apt-get update && apt-get install vim -y"
351351
inference_config = InferenceConfig(entry_script="score.py", environment=myenv)
352352
package = Model.package(ws, [model], inference_config)

0 commit comments

Comments
 (0)