Jump to content

CUDA: Difference between revisions

9 bytes added ,  31 July 2023
Line 11: Line 11:
For example:
For example:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
# Install the runtime
# Install the runtime only
conda install -c "nvidia/label/cuda-11.8.0" cuda-toolkit
conda install -c "nvidia/label/cuda-11.8.0" cuda-toolkit
# Install runtime and the development tools
# Install the runtime and the development tools
conda install -c "nvidia/label/cuda-11.8.0" cuda-toolkit cuda-libraries-dev
conda install -c "nvidia/label/cuda-11.8.0" cuda-toolkit cuda-libraries-dev
</syntaxhighlight>
</syntaxhighlight>