hilbert / hilbert-docker-images

Application with a dynamic choice of docker containers to run
Apache License 2.0
22 stars 8 forks source link

Build kivy image with pip #53

Closed vga101 closed 6 years ago

vga101 commented 6 years ago

Virtual environments provided for different versions of kivy and python under /opt/kivy/venv. Created by setup-venv.sh script.

I haven't purged the ubuntu packages that were used for building because this allows the user to add more versions in a easy way. Feel free to say that you don't like this...

Volker

malex984 commented 6 years ago

IMO we should incorporate this PR or follow this approach since there were problems of getting more-or-less recent kivy packages for Ubuntu 14.04 via their official repositories :-(

porst17 commented 6 years ago

Updating kivy in the image will be postponed to updating the whole system from Ubuntu 14.04 to 18.04. An app may use a local kivy installation in its own virtual env.