0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[python / GPU 環境] GPU 環境が正常に動作しないときに各種バージョンを確認したいときのコマンド

0
Last updated at Posted at 2026-01-06

これ、結構使うんですよね。

Resource / Package Command
OS (Ubuntu) lsb_release -a
cat /etc/os-release
CPU lscpu | grep Model
GPU lspci | grep -i nvidia
Nvidia Driver nvidia-smi
cuda /usr/local/cuda/bin/nvcc --version
docker docker --version
nvidia-container-cli nvidia-container-cli --version
python python3 --version
pytorch (requirements.txt)

成果物をクライアントに納品するときにも使う。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?