ufoym / deepo

Setup and customize deep learning environment in seconds.

Home Page:http://ufoym.com/deepo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there any images support ubuntu16.04?

wyjforwjy opened this issue · comments

I find that the images pulled are from ubuntu18.04. So how can i get the earlier images? hope for your help.

@ufoym

I try create a new docker by dockfile,but it always occurs the "download time out error"...

commented

Try pulling images with deprecated tags like

docker pull ufoym/deepo:py36-cu90

If you want to build your own images, try to specify --ubuntu-ver

parser.add_argument('--ubuntu-ver', default='18.04')