From 178925f92d9d2f3b356cddf8acc4b14c2688c911 Mon Sep 17 00:00:00 2001 From: Melody Wang Date: Wed, 16 Oct 2024 06:47:41 -0400 Subject: [PATCH] fixed linting issues --- source/guides/azure/infiniband.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/guides/azure/infiniband.md b/source/guides/azure/infiniband.md index 8dd45ec5..9ed502de 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 @@ -266,7 +266,7 @@ Clone UCX-Py repo locally ```shell git clone https://github.com/rapidsai/ucx-py.git cd ucx-py -``` +```` ### Run Tests