IBM / fhe-toolkit-linux

IBM Fully Homomorphic Encryption Toolkit For Linux. This toolkit is a Linux based Docker container that demonstrates computing on encrypted data without decrypting it! The toolkit ships with two demos including a fully encrypted Machine Learning inference with a Neural Network and a Privacy-Preserving key-value search.
MIT License
1.43k stars 158 forks source link

Added a more informative error message when unable to init cr #158

Closed deanthomasson closed 3 years ago

deanthomasson commented 3 years ago

Instead of simply passing on an unhelpful error, if the deploy script fails on the container repository initialization step, a message is printed explaining it could be due to being out of storage on a free account, and provides the command to check if one has existing containers on HPVS causing the error.

addresses https://github.com/IBM/fhe-toolkit-linux/issues/152