Skip to content

Commit 7ae33af

Browse files
authored
Merge pull request #102432 from GiftA-MSFT/patch-18
Fixes: MicrosoftDocs/azure-docs/issues/46867
2 parents ef84e90 + 309f781 commit 7ae33af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/machine-learning-service-inference-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The entries in the `inferenceconfig.json` document map to the parameters for the
1414
| `runtime` | `runtime` | Optional. Which runtime to use for the image. Current supported runtimes are `spark-py` and `python`. If `environment` is set, this gets ignored. |
1515
| `condaFile` | `conda_file` | Optional. Path to a local file that contains a Conda environment definition to use for the image. If `environment` is set, this gets ignored. |
1616
| `extraDockerFileSteps` | `extra_docker_file_steps` | Optional. Path to a local file that contains additional Docker steps to run when setting up the image. If `environment` is set, this gets ignored.|
17-
| `sourceDirectory` | `source_directory` | Optional. Path to folders that contain all files to create the image. |
17+
| `sourceDirectory` | `source_directory` | Optional. Path to folders that contain all files to create the image which makes it easy to access any files within this folder or subfolder. You can upload an entire folder from your local machine as dependencies for the Webservice. Note: your entry_script, conda_file, and extra_docker_file_steps paths are relative paths to the source_directory path. |
1818
| `enableGpu` | `enable_gpu` | Optional. Whether to enable GPU support in the image. The GPU image must be used on an Azure service, like Azure Container Instances, Azure Machine Learning Compute, Azure Virtual Machines, and Azure Kubernetes Service. The default is False. If `environment` is set, this gets ignored.|
1919
| `baseImage` | `base_image` | Optional. Custom image to be used as a base image. If no base image is provided, the image will be based on the provided runtime parameter. If `environment` is set, this gets ignored. |
2020
| `baseImageRegistry` | `base_image_registry` | Optional. Image registry that contains the base image. If `environment` is set, this gets ignored.|

0 commit comments

Comments
 (0)