Skip to content

Commit

Permalink
fixed linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
melodywang060 committed Oct 16, 2024
1 parent 173935e commit 178925f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/guides/azure/infiniband.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -266,7 +266,7 @@ Clone UCX-Py repo locally
```shell
git clone https://github.com/rapidsai/ucx-py.git
cd ucx-py
```
````
### Run Tests
Expand Down

0 comments on commit 178925f

Please sign in to comment.