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.44k stars 158 forks source link

Alpine Docker on S390x does not autoload and setup the BGV_country_world example #124

Closed boland25 closed 1 year ago

boland25 commented 3 years ago

Describe the bug When running the toolkit in the alpine docker, when it loads in the browser, it should auto-load/build the BGV_world_country_db_lookup, and currently it does not.

To Reproduce Steps to reproduce the behavior: 1../RunToolkit -l alpine

  1. Go to 127.0.0.1:8443
  2. should see the BGV_world_country_db_lookup

Expected behavior It should load the BGV_world_country_db_lookup example