Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleAdding NVIDIA tools to path
# NVIDIA tools are available in /usr/local/cuda-1112.82/bin/. You can add them to PATH following:
$ export PATH=$PATH:/usr/local/cuda-1112.82/bin/

Installing Libraries

...