diff --git a/source/guides/azure/infiniband.md b/source/guides/azure/infiniband.md index 8c922216..8dd45ec5 100644 --- a/source/guides/azure/infiniband.md +++ b/source/guides/azure/infiniband.md @@ -257,7 +257,7 @@ Then start a new shell. Create a conda environment (see [UCX-Py](https://ucx-py.readthedocs.io/en/latest/install.html) docs) -````shell +```shell mamba create -n ucxpy {{ rapids_conda_channels }} {{ rapids_conda_packages }} ipython ucx-proc=*=gpu ucx ucx-py dask distributed numpy cupy pytest pynvml -y mamba activate ucxpy @@ -392,4 +392,3 @@ Wall clock | 8.46 s +/- 1.73 s ```{relatedexamples} ``` -````