CUDA: Difference between revisions
Line 14: | Line 14: | ||
conda install -c "nvidia/label/cuda-11.8.0" cuda-toolkit | conda install -c "nvidia/label/cuda-11.8.0" cuda-toolkit | ||
# Install the 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 cuda-nvcc | ||
</syntaxhighlight> | </syntaxhighlight> | ||