ufoym / deepo

Setup and customize deep learning environment in seconds.
http://ufoym.com/deepo
MIT License
6.32k stars 749 forks source link

Is there any images support ubuntu16.04? #119

Closed wyjforwjy closed 5 years ago

wyjforwjy commented 5 years ago

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

wyjforwjy commented 5 years ago

@ufoym

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

ufoym commented 5 years ago

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 https://github.com/ufoym/deepo/blob/f15f97e097926f1df0d503b63fba062337c65092/generator/generate.py#L25