Skip to content

Commit

Permalink
added intermediary step for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
melodywang060 committed Oct 10, 2024
1 parent 8a204a9 commit 8c3a176
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions source/guides/azure/infiniband.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,14 +247,20 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforg
bash Mambaforge-Linux-x86_64.sh
```

Accept the default and allow conda init to run. Then start a new shell.
Accept the default and allow conda init to run.
``shell
~/mambaforge/bin/conda init

````
Then start a new shell.
Create a conda environment (see [UCX-Py](https://ucx-py.readthedocs.io/en/latest/install.html) docs)
```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 8c3a176

Please sign in to comment.