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

Install pyhelayers offline. #191

Closed Garmin-Qian closed 1 year ago

Garmin-Qian commented 1 year ago

Hello! Your work are very excellent. I successfully run the pyhelayers in the docker image. These tutorials are very nice. But I replaced my computer because of memory limitations. How to install pyhelayers offline? Because my new computer can't connect to the Internet. I tried to use “pip install pyhelayers” for offline installation. (https://github.com/IBM/helayers) But this pyhelayers version is different from the version in docker image.

github-actions[bot] commented 1 year ago

Thank you very much for helping us to improve the quality of our software. The FHE Toolkit development team want to sincerely thank you for submitting your first issue and joining our technical community! We will get started on your issue immediately.

boland25 commented 1 year ago

Hi thanks for trying out our work! Unfortunately you need an internet connection to be able to download the docker images. However, it seems like you have some way of getting onto the internet. I would suggest downloading the image on the machine connected to the internet using docker save and then transferring from one machine to the other. Link to docker save. Then on the other side, the machine you want to put it on, you run docker import. Link to docker import. Hopefully you are able to do that in some fashion. that is the best setup I can think of for your problem.

Garmin-Qian commented 1 year ago

嗨,感谢您尝试我们的工作!不幸的是,您需要互联网连接才能下载 docker 映像。但是,您似乎有某种方式进入互联网。我建议在连接到互联网的机器上下载图像,然后从一台机器传输到另一台机器。链接到码头工人保存。然后在另一边,你想穿上的机器,你跑。链接到码头工人导入。希望您能够以某种方式做到这一点。这是我能想到的针对您的问题的最佳设置。docker save``docker import

Thanks for your reply!!! I will have a try. Thanks again.