intel / he-transformer

nGraph-HE: Deep learning with Homomorphic Encryption (HE) through Intel nGraph
Apache License 2.0
172 stars 35 forks source link

Building Docker image with Ubuntu 16.04 fails #46

Closed pjattke closed 4 years ago

pjattke commented 4 years ago

I receive the following error messages about missing packages when trying to build he-transformer by calling make build_clang in contrib/docker/:

E: Unable to locate package yapf3
E: Unable to locate package python3-yapf
pjattke commented 4 years ago

Passing OS_ID=ubuntu1804 (i.e., make build_clang OS_ID=ubuntu1804) solves this issue. Probably Ubuntu 16.04 is not relevant anyway anymore.