ufoym/deepo

Is there any images support ubuntu16.04?

wyjforwjy opened this issue · 2 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"...

ufoym 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')