We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a26990 commit 07c214bCopy full SHA for 07c214b
1 file changed
source/cloud/azure/azureml.md
@@ -63,7 +63,7 @@ conda activate rapids
63
64
pip install 'azure-ai-ml>=1.24'
65
66
-python -m ipykernel install --user --name rapids
+python -m ipykernel install --user --name rapids --env CONDA_PREFIX "$CONDA_PREFIX"
67
echo "kernel install completed"
68
EOF
69
```
0 commit comments