From 7c923d4f711e865e92ca53b70a09e0a1f090fa31 Mon Sep 17 00:00:00 2001 From: Melody Wang Date: Fri, 11 Oct 2024 08:58:33 -0400 Subject: [PATCH] fixed backtick issues --- source/guides/azure/infiniband.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/guides/azure/infiniband.md b/source/guides/azure/infiniband.md index 6e3ef981..2153c707 100644 --- a/source/guides/azure/infiniband.md +++ b/source/guides/azure/infiniband.md @@ -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. @@ -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