You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2024. It is now read-only.
docker run --rm --gpus all nvidia/cuda nvidia-smi 執行 結果 OK
fox@fox-Precision-3640-Tower:~$ docker run --rm --gpus all nvidia/c
Tue Nov 9 05:25:57 2021
+------------------------------------------------------------------
| NVIDIA-SMI 470.57.02 Driver Version: 470.57.02 CUDA Version
|-------------------------------+----------------------+-----------
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile U
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util
| | |
|===============================+======================+===========
| 0 NVIDIA GeForce ... On | 00000000:01:00.0 Off |
| 0% 41C P8 6W / 75W | 339MiB / 3903MiB | 0%
| | |
+-------------------------------+----------------------+-----------
+------------------------------------------------------------------
| Processes:
| GPU GI CI PID Type Process name
| ID ID
|==================================================================
+------------------------------------------------------------------
在試runtime改成 nvidia-container-runtime執行錯誤訊息如下
fox@fox-Precision-3640-Tower:~$ docker run --rm --runtime nvidia-coa nvidia-smi
docker: Error response from daemon: Unknown runtime specified nvidi
See 'docker run --help'.
在MeuLidFa-FanId內執行錯誤訊息如下:
fox@fox-Precision-3640-Tower:~/MeuLidFa-FanId$ docker run --rm --runtime nvidia-container-runtime nvidia/cuda nvidia-smi
docker: Error response from daemon: Unknown runtime specified nvidia-container-runtime.
See 'docker run --help'.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
docker run --rm --gpus all nvidia/cuda nvidia-smi 執行 結果 OK
fox@fox-Precision-3640-Tower:~$ docker run --rm --gpus all nvidia/c
Tue Nov 9 05:25:57 2021
+------------------------------------------------------------------
| NVIDIA-SMI 470.57.02 Driver Version: 470.57.02 CUDA Version
|-------------------------------+----------------------+-----------
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile U
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util
| | |
|===============================+======================+===========
| 0 NVIDIA GeForce ... On | 00000000:01:00.0 Off |
| 0% 41C P8 6W / 75W | 339MiB / 3903MiB | 0%
| | |
+-------------------------------+----------------------+-----------
+------------------------------------------------------------------
| Processes:
| GPU GI CI PID Type Process name
| ID ID
|==================================================================
+------------------------------------------------------------------
在試runtime改成
nvidia-container-runtime
執行錯誤訊息如下fox@fox-Precision-3640-Tower:~$ docker run --rm --runtime nvidia-coa nvidia-smi
docker: Error response from daemon: Unknown runtime specified nvidi
See 'docker run --help'.
在MeuLidFa-FanId內執行錯誤訊息如下:
fox@fox-Precision-3640-Tower:~/MeuLidFa-FanId$ docker run --rm --runtime nvidia-container-runtime nvidia/cuda nvidia-smi
docker: Error response from daemon: Unknown runtime specified nvidia-container-runtime.
See 'docker run --help'.
The text was updated successfully, but these errors were encountered: