浏览代码

Update cuda.md

Nordstrand 3 年之前
父节点
当前提交
0e3b84e873
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      config/hpc/cuda.md

+ 1 - 0
config/hpc/cuda.md

@@ -38,6 +38,7 @@ Downloads: [CUDA Toolkit Download (NVIDIA)](https://developer.nvidia.com/cuda-do
 #### Ubuntu w/ NVIDIA's CUDA Repo
 
 1. Follow the steps to add the NVIDIA CUDA repo: [CUDA Toolkit Download (NVIDIA)](https://developer.nvidia.com/cuda-downloads)
+    - Use the "deb (network)" method, which will show instructions for adding the repo.
     - But don't install `cuda` yet.
 1. Remove anything NVIDIA or CUDA from the system to avoid conflicts: `apt purge --autoremove 'cuda' 'cuda-' 'nvidia-*' 'libnvidia-*'`
     - Warning: May break your PC. There may be better ways to do this.