Created
May 30, 2023 16:13
-
-
Save ehzawad/53ced77cae1a1d519a9dc8c4cba8a61d to your computer and use it in GitHub Desktop.
nvidia cuda installation sequence
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [INFO]: Driver not installed. | |
| [INFO]: Checking compiler version... | |
| [INFO]: gcc location: /usr/bin/gcc | |
| [INFO]: gcc version: gcc version 12.1.0 (Ubuntu 12.1.0-2ubuntu1~22.04) | |
| [INFO]: Initializing menu | |
| [INFO]: nvidia-fs.setKOVersion(2.15.3) | |
| [INFO]: Setup complete | |
| [INFO]: Installing: Driver | |
| [INFO]: Installing: 530.30.02 | |
| [INFO]: Executing NVIDIA-Linux-x86_64-530.30.02.run --ui=none --no-questions --accept-license --disable-nouveau --no-cc-version-check --install-libglvnd 2>&1 | |
| [INFO]: Finished with code: 0 | |
| [INFO]: Installing: CUDA Toolkit 12.1 | |
| [INFO]: Installing: CUDA Libraries 12.1 | |
| [INFO]: Installing: CUDA Development 12.1 | |
| [INFO]: Installing: cuda-cccl | |
| [INFO]: Installing: cuda-cudart-dev | |
| [INFO]: Installing: cuda-driver-dev | |
| [INFO]: Installing: cuda-nvml-dev | |
| [INFO]: Installing: cuda-nvrtc-dev | |
| [INFO]: Installing: cuda-opencl-dev | |
| [INFO]: Installing: cuda-profiler-api | |
| [INFO]: Installing: libcublas-dev | |
| [INFO]: Installing: libcufft-dev | |
| [INFO]: Installing: libcufile-dev | |
| [INFO]: Installing: libcurand-dev | |
| [INFO]: Installing: libcusolver-dev | |
| [WARNING]: Skipping copy. File already exists at: /usr/local/cuda-12.1/targets/x86_64-linux/lib/stubs/libcusolverMg.so | |
| [INFO]: Installing: libcusparse-dev | |
| [INFO]: Installing: libnpp-dev | |
| [INFO]: Installing: libnvjitlink-dev | |
| [INFO]: Installing: libnvjpeg-dev | |
| [INFO]: Installing: CUDA Runtime 12.1 | |
| [INFO]: Installing: cuda-cudart | |
| [INFO]: Installing: cuda-nvrtc | |
| [INFO]: Installing: cuda-opencl | |
| [INFO]: Installing: libcublas12 | |
| [INFO]: Installing: libcufft | |
| [INFO]: Installing: libcufile | |
| [WARNING]: Skipping copy. File already exists at: /usr/local/cuda-12.1/targets/x86_64-linux/include/cufile.h | |
| [INFO]: Installing: libcurand | |
| [INFO]: Installing: libcusolver | |
| [INFO]: Installing: libcusparse | |
| [WARNING]: Skipping copy. File already exists at: /usr/local/cuda-12.1/targets/x86_64-linux/lib/libcusparse.so.12.1.0.106 | |
| [INFO]: Installing: libnpp | |
| [INFO]: Installing: libnvjitlink | |
| [INFO]: Installing: libnvjpeg | |
| [INFO]: Installing: CUDA Tools 12.1 | |
| [INFO]: Installing: CUDA Command Line Tools 12.1 | |
| [INFO]: Installing: cuda-cupti | |
| [INFO]: Installing: cuda-gdb | |
| [INFO]: Installing: nvdisasm | |
| [INFO]: Installing: nvprof | |
| [INFO]: Installing: nvtx | |
| [INFO]: Installing: compute-sanitizer | |
| [INFO]: Installing: compute-sanitizer-integration | |
| [INFO]: Installing: CUDA Visual Tools 12.1 | |
| [INFO]: Installing: nsight | |
| [INFO]: Installing: nsight-compute | |
| [INFO]: Installing: cuda-nsight-compute-integration | |
| [INFO]: Installing: nsight-systems | |
| [INFO]: Installing: cuda-nsight-systems-integration | |
| [INFO]: Installing: nvvp | |
| [INFO]: Installing: CUDA Compiler 12.1 | |
| [INFO]: Installing: cuda-cuobjdump | |
| [INFO]: Installing: cuda-cuxxfilt | |
| [INFO]: Installing: cuda-nvcc | |
| [INFO]: Installing: cuda-nvprune | |
| [INFO]: Installing: libnvvm-samples | |
| [INFO]: Installing: CUDA Demo Suite 12.1 | |
| [WARNING]: Cannot find manpages to install. | |
| [INFO]: Installing: CUDA Documentation 12.1 | |
| [WARNING]: Skipping copy. File already exists at: /usr/local/cuda-12.1/bin/cuda-uninstaller | |
| [WARNING]: Cannot find manpages to install. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment