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
GPU was available in the running Docker container, but after a while it became unavailable.
Running the nvidia-smi command showed Failed to initialize NVML: Unknown Error.
I found the following solution. NVIDIA/nvidia-docker#1671 (comment)
However, there was no /etc/docker/daemon.json file.
Can I create the /etc/docker/daemon.json file and what should I write in it to fix the problem?
Best regards.
The text was updated successfully, but these errors were encountered:
2.Explicitly disabling systemd cgroup management in Docker:.
Set the parameter
"exec-opts": ["native.cgroupdriver=cgroupfs"] in the /etc/docker/daemon.json file and restart docker.
No, I have not tried any other method.
Method No. 2 in the link is the easiest to implement.
GPU was available in the running Docker container, but after a while it became unavailable.
Running the nvidia-smi command showed
Failed to initialize NVML: Unknown Error
.I found the following solution.
NVIDIA/nvidia-docker#1671 (comment)
However, there was no /etc/docker/daemon.json file.
Can I create the /etc/docker/daemon.json file and what should I write in it to fix the problem?
Best regards.
The text was updated successfully, but these errors were encountered: