Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- revel@opus:~$ docker exec -it containername_2451f712 /bin/bash
- default:~$ nvidia-ami
- bash: nvidia-ami: command not found
- default:~$ nvidia-smi
- Fri May 16 08:42:23 2025
- +-----------------------------------------------------------------------------------------+
- | NVIDIA-SMI 570.133.20 Driver Version: 570.133.20 CUDA Version: 12.8 |
- |-----------------------------------------+------------------------+----------------------+
- | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
- | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
- | | | MIG M. |
- |=========================================+========================+======================|
- | 0 NVIDIA GeForce RTX 2080 ... Off | 00000000:01:00.0 Off | N/A |
- | N/A 43C P8 9W / 80W | 32MiB / 8192MiB | 0% Default |
- | | | N/A |
- +-----------------------------------------+------------------------+----------------------+
- +-----------------------------------------------------------------------------------------+
- | Processes: |
- | GPU GI CI PID Type Process name GPU Memory |
- | ID ID Usage |
- |=========================================================================================|
- +-----------------------------------------------------------------------------------------+
- default:~$ glxinfo -B
- name of display: :1
- display: :1 screen: 0
- direct rendering: Yes
- Extended renderer info (GLX_MESA_query_renderer):
- Vendor: Mesa (0xffffffff)
- Device: llvmpipe (LLVM 15.0.7, 256 bits) (0xffffffff)
- Version: 24.3.4
- Accelerated: no
- Video memory: 31903MB
- Unified memory: yes
- Preferred profile: core (0x1)
- Max core profile version: 4.5
- Max compat profile version: 4.5
- Max GLES1 profile version: 1.1
- Max GLES[23] profile version: 3.2
- Memory info (GL_ATI_meminfo):
- VBO free memory - total: 31 MB, largest block: 31 MB
- VBO free aux. memory - total: 23038 MB, largest block: 23038 MB
- Texture free memory - total: 31 MB, largest block: 31 MB
- Texture free aux. memory - total: 23038 MB, largest block: 23038 MB
- Renderbuffer free memory - total: 31 MB, largest block: 31 MB
- Renderbuffer free aux. memory - total: 23038 MB, largest block: 23038 MB
- Memory info (GL_NVX_gpu_memory_info):
- Dedicated video memory: 82590 MB
- Total available memory: 114494 MB
- Currently available dedicated video memory: 31 MB
- OpenGL vendor string: Mesa
- OpenGL renderer string: llvmpipe (LLVM 15.0.7, 256 bits)
- OpenGL core profile version string: 4.5 (Core Profile) Mesa 24.3.4 - kisak-mesa PPA
- OpenGL core profile shading language version string: 4.50
- OpenGL core profile context flags: (none)
- OpenGL core profile profile mask: core profile
- OpenGL version string: 4.5 (Compatibility Profile) Mesa 24.3.4 - kisak-mesa PPA
- OpenGL shading language version string: 4.50
- OpenGL context flags: (none)
- OpenGL profile mask: compatibility profile
- OpenGL ES profile version string: OpenGL ES 3.2 Mesa 24.3.4 - kisak-mesa PPA
- OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
- default:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement