CIDARLAB / cello

Genetic circuit design automation
http://www.cellocad.org/
BSD 2-Clause "Simplified" License
801 stars 133 forks source link

Updates to Makefile to fix matplotlib failure and non-interactive installation #51

Closed 0x174 closed 3 years ago

0x174 commented 3 years ago

Overview:

Two small changes:

1) Currently, the python-matplotlib endpoint no longer exists and will cause the image build to fail. This will resolve issue #50

2) Removed user intervention dependence during one of the installation stages. This allows builds to be completed autonomously which is something required for current dev-ops buildout.

Testing: The Dockerfile now resolves on Ubuntu 18.04 and creates a valid docker container.