-
When executing
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
A relatively rare error that may be caused by hot plugging of the GPU. I can reproduce the glitch on devices that support this feature such as the Surface Book 2. Also, in older Windows this issue can be caused by WSL not supporting direct use of the GPU, more investigation is needed on this. The solution: For the former, you can try to restart the system, and do not to remove the GPU after booting. For the latter, make sure you are using the latest graphics card drivers, Docker Desktop and WSL2. You can update your WSL2 with |
Beta Was this translation helpful? Give feedback.
A relatively rare error that may be caused by hot plugging of the GPU. I can reproduce the glitch on devices that support this feature such as the Surface Book 2.
Also, in older Windows this issue can be caused by WSL not supporting direct use of the GPU, more investigation is needed on this.
The solution:
For the former, you can try to restart the system, and do not to remove the GPU after booting.
For the latter, make sure you are using the latest graphics card drivers, Docker Desktop and WSL2. You can update your WSL2 with
wsl --update
.