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 has been archived by the owner on Jan 22, 2024. It is now read-only.
This is just to let people know if they get the "unsupported docker version" error after the update to the docker to 1.11.1, rebuilding from source seemed to resolve it without much issue.
I was getting "nvidia-docker | Error: unsupported Docker version".
This is just to let people know if they get the "unsupported docker version" error after the update to the docker to 1.11.1, rebuilding from source seemed to resolve it without much issue.
I was getting "nvidia-docker | Error: unsupported Docker version".
To fix it, I rebuilt as root like:
git clone https://github.com/NVIDIA/nvidia-docker.git
make
export PREFIX=/usr/bin
make install
Now it's working
The text was updated successfully, but these errors were encountered: