deepstate icon indicating copy to clipboard operation
deepstate copied to clipboard

Downgrade Docker 16.04 to upgrade llvm

Open acpaquette opened this issue 3 years ago • 3 comments

Updates the dockerfile to build with an updated llvm package. Unfortunately this requires that the ubuntu container be downgraded to 16.04 because llvm stopped supporting 18.04 seemingly.

There is also the addition of a conda env into the image which isn't ideal but this was the easiest way to update the python version on 16.04

acpaquette avatar Feb 10 '22 18:02 acpaquette

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Feb 10 '22 18:02 CLAassistant

Another potential solution would be to pin the llvm install to llvm 10, then pull the correct version of Angora to build against that. That would allow the container to remain at Ubuntu 18.04 and remove the anaconda environment from the build

acpaquette avatar Feb 14 '22 22:02 acpaquette

Ok

Yourmama123456789 avatar Oct 05 '22 10:10 Yourmama123456789