Skip to content

Commit

Permalink
fixed backtick issues
Browse files Browse the repository at this point in the history
  • Loading branch information
melodywang060 committed Oct 11, 2024
1 parent 5aefb03 commit 7c923d4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source/guides/azure/infiniband.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,11 @@ bash Mambaforge-Linux-x86_64.sh
```

Accept the default and allow conda init to run.
``shell

```shell
~/mambaforge/bin/conda init

````
```

Then start a new shell.

Expand All @@ -260,7 +261,7 @@ Create a conda environment (see [UCX-Py](https://ucx-py.readthedocs.io/en/latest
```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
````
```

Clone UCX-Py repo locally

Expand Down

0 comments on commit 7c923d4

Please sign in to comment.