Skip to content

Commit

Permalink
fixed backtick error
Browse files Browse the repository at this point in the history
  • Loading branch information
melodywang060 committed Oct 11, 2024
1 parent b9c1317 commit 1880bc9
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
28 changes: 28 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"devDependencies": {
"prettier": "3.3.3"
}
}
5 changes: 3 additions & 2 deletions source/guides/azure/infiniband.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,15 +248,16 @@ bash Mambaforge-Linux-x86_64.sh
```

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
````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 Down

0 comments on commit 1880bc9

Please sign in to comment.