Skip to content

Easy Script to Install Docker CE and compose on Debian/Ubuntu/CentOS and Nvidia Docker

License

Notifications You must be signed in to change notification settings

paulo-amaral/Easy-Install-docker-ce-docker-compose

Repository files navigation

Machine Learning Env

Install Nvidia Docker

Script to Install Docker CE and compose on Debian/Ubuntu/CentOS and install Nvidia docker

1. Download or clone:

git clone https://github.com/whoszus/Install-docker-ce-docker-compose.git

2. Set permission:

cd Install-docker-ce-docker-compose && chmod +x *.sh

3. Run script:

   # install docker-ce and docker compose
   ./install.sh
   # Nvidia Drivers ,notice that here will rebot you device
   ./installNvidiaDriver.sh
   # if you have a bigdrive mount on /data,this scrpit will mv the docker root to /data ,or plz edit the script 
   ./installDockerEnv.sh