Skip to content

Commit 07c214b

Browse files
authored
Patch azureml creation script (#673)
patch azureml creation script
1 parent 6a26990 commit 07c214b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/cloud/azure/azureml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ conda activate rapids
6363
6464
pip install 'azure-ai-ml>=1.24'
6565
66-
python -m ipykernel install --user --name rapids
66+
python -m ipykernel install --user --name rapids --env CONDA_PREFIX "$CONDA_PREFIX"
6767
echo "kernel install completed"
6868
EOF
6969
```

0 commit comments

Comments
 (0)