Skip to content

whoszus/Install-docker-ce-docker-compose

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
   ./1-install.sh
   # Nvidia Drivers ,notice that here will rebot you device
   ./2-installNvidiaDriver.sh
   # if you have a bigdrive mount on /data,this scrpit will mv the docker root to /data ,or plz edit the script 
   ./3-installDockerEnv.sh

How to use it

请参考:Manual

About

Script to Install Docker CE and compose on Debian/Ubuntu/centOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 69.6%
  • Shell 11.3%
  • HTML 11.3%
  • Dockerfile 7.8%