Seungmin Kim
Seungmin Kim
It's going to become a bit easier because I eliminated the CUDA runtime in the containers.
This is like the hundredth time I said this and I know that I'm going to procrastinate again, but I'll try my best to make it work.
Could someone post their: ``` nvidia-smi --version ``` ``` nvidia-smi ``` ``` nvidia-smi --query-gpu=driver_version --format=csv,noheader ``` Outputs inside WSL as soon as possible?
```bash # Install NVIDIA userspace driver components including X graphic libraries if ! command -v nvidia-xconfig >/dev/null 2>&1; then # Driver version is provided by the kernel through the container...
``` ...:~$ nvidia-smi --version NVIDIA-SMI version : 550.76.01 NVML version : 550.76 DRIVER version : 552.22 CUDA Version : 12.4 ...:~$ nvidia-smi Sun Jun 23 21:43:56 2024 +-----------------------------------------------------------------------------------------+ | NVIDIA-SMI...
https://github.com/NVIDIA/nvidia-container-toolkit/issues/563 I feel there isn't much I can do here right now. Opened an issue for the root cause. docker-nvidia-egl-desktop will still work.
I've enabled `NVIDIA_DRIVER_VERSION`, and things could possibly work out if you set the `NVIDIA_DRIVER_VERSION` to `xxx.xx.01` down what it shows on `nvidia-smi` (such as if `nvidia-smi` is `550.76.01`, set to...
https://gitlab.com/gitlab-org/gitlab/-/issues/384217  Would it be possible to contribute this to GitLab so that users may use Coder without adding the button in the markdown file?
I am working on this soon.
@johncadengo Any updates upon this matter that you want from me before I add this commit?