Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 10, 2024
1 parent 8b2d52e commit b453809
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/cloud/azure/azureml.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,9 @@ Now create the Environment, making sure to label and provide a description:
```python
from azure.ai.ml.entities import Environment, BuildContext

# NOTE: 'path' should be a filepath pointing to a directory containing a file named 'Dockerfile'
env_docker_image = Environment(
build=BuildContext(path="./training-code/),
build=BuildContext(path="./training-code/"),
name="rapids-mlflow",
description="RAPIDS environment with azureml-mlflow",
)
Expand Down

0 comments on commit b453809

Please sign in to comment.