Advertisement
Guest User

Untitled

a guest
May 16th, 2025
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. revel@opus:~$ docker exec -it containername_2451f712 /bin/bash
  2. default:~$ nvidia-ami
  3. bash: nvidia-ami: command not found
  4. default:~$ nvidia-smi
  5. Fri May 16 08:42:23 2025
  6. +-----------------------------------------------------------------------------------------+
  7. | NVIDIA-SMI 570.133.20 Driver Version: 570.133.20 CUDA Version: 12.8 |
  8. |-----------------------------------------+------------------------+----------------------+
  9. | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
  10. | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
  11. | | | MIG M. |
  12. |=========================================+========================+======================|
  13. | 0 NVIDIA GeForce RTX 2080 ... Off | 00000000:01:00.0 Off | N/A |
  14. | N/A 43C P8 9W / 80W | 32MiB / 8192MiB | 0% Default |
  15. | | | N/A |
  16. +-----------------------------------------+------------------------+----------------------+
  17.  
  18. +-----------------------------------------------------------------------------------------+
  19. | Processes: |
  20. | GPU GI CI PID Type Process name GPU Memory |
  21. | ID ID Usage |
  22. |=========================================================================================|
  23. +-----------------------------------------------------------------------------------------+
  24.  
  25.  
  26. default:~$ glxinfo -B
  27. name of display: :1
  28. display: :1 screen: 0
  29. direct rendering: Yes
  30. Extended renderer info (GLX_MESA_query_renderer):
  31. Vendor: Mesa (0xffffffff)
  32. Device: llvmpipe (LLVM 15.0.7, 256 bits) (0xffffffff)
  33. Version: 24.3.4
  34. Accelerated: no
  35. Video memory: 31903MB
  36. Unified memory: yes
  37. Preferred profile: core (0x1)
  38. Max core profile version: 4.5
  39. Max compat profile version: 4.5
  40. Max GLES1 profile version: 1.1
  41. Max GLES[23] profile version: 3.2
  42. Memory info (GL_ATI_meminfo):
  43. VBO free memory - total: 31 MB, largest block: 31 MB
  44. VBO free aux. memory - total: 23038 MB, largest block: 23038 MB
  45. Texture free memory - total: 31 MB, largest block: 31 MB
  46. Texture free aux. memory - total: 23038 MB, largest block: 23038 MB
  47. Renderbuffer free memory - total: 31 MB, largest block: 31 MB
  48. Renderbuffer free aux. memory - total: 23038 MB, largest block: 23038 MB
  49. Memory info (GL_NVX_gpu_memory_info):
  50. Dedicated video memory: 82590 MB
  51. Total available memory: 114494 MB
  52. Currently available dedicated video memory: 31 MB
  53. OpenGL vendor string: Mesa
  54. OpenGL renderer string: llvmpipe (LLVM 15.0.7, 256 bits)
  55. OpenGL core profile version string: 4.5 (Core Profile) Mesa 24.3.4 - kisak-mesa PPA
  56. OpenGL core profile shading language version string: 4.50
  57. OpenGL core profile context flags: (none)
  58. OpenGL core profile profile mask: core profile
  59.  
  60. OpenGL version string: 4.5 (Compatibility Profile) Mesa 24.3.4 - kisak-mesa PPA
  61. OpenGL shading language version string: 4.50
  62. OpenGL context flags: (none)
  63. OpenGL profile mask: compatibility profile
  64.  
  65. OpenGL ES profile version string: OpenGL ES 3.2 Mesa 24.3.4 - kisak-mesa PPA
  66. OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
  67.  
  68. default:~$
  69.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement