Lab41 / PySEAL

This repository is a fork of Microsoft Research's homomorphic encryption implementation, the Simple Encrypted Arithmetic Library (SEAL). This code wraps the SEAL build in a docker container and provides Python API's to the encryption library.
Other
225 stars 86 forks source link

Upgrade Dockerfile to Ubuntu 18.04 (17.10 is not supported) #31

Closed mbrg closed 5 years ago

mbrg commented 5 years ago

Ubuntu 17.10 is not supported anymore, which causes build-docker.sh to fail. This is a single-line change, so it would be reasonable if you choose to close it and push the change without this PR :).