Changes

Jump to navigation Jump to search

Tutorials:Install the nVidia docker system

6 bytes removed, 6 years ago
m
Install the correct docker version
<syntaxhighlight lang="bash">
sudo curl -L "https://github.com/docker/compose/releases/download/1.24.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
</syntaxhighlight>

Navigation menu