Skip to content

Instantly share code, notes, and snippets.

@wolfram77
Created March 18, 2021 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wolfram77/c7fb88feffe6df670eabc4861eda8154 to your computer and use it in GitHub Desktop.
Save wolfram77/c7fb88feffe6df670eabc4861eda8154 to your computer and use it in GitHub Desktop.
Checking NVIDIA Tesla V100 machine details
#!/usr/bin/env bash
lspci | grep -i nvidia
# References
# - CUDA toolkit installation guide for Linux
# https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html
#!/usr/bin/env bash
uname -m && cat /etc/*release
# References
# - CUDA toolkit installation guide for Linux
# https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment