Skip to content

Commit

Permalink
Update development env
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaddair committed Jun 24, 2024
1 parent ee5b7fe commit 3247ef6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/guides/contributing/development_env.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install
ninja-build \
&& rm -rf /var/lib/apt/lists/*

/opt/conda/bin/conda install -c "nvidia/label/cuda-11.8.0" cuda==11.8 && \
conda update --force conda
/opt/conda/bin/conda install -c "nvidia/label/cuda-12.1.0" cuda==12.1 cudnn && \
/opt/conda/bin/conda clean -ya
```

Expand Down

0 comments on commit 3247ef6

Please sign in to comment.