FederatedAI / KubeFATE

Manage federated learning workload using cloud native technologies.
Apache License 2.0
424 stars 221 forks source link

Question: how to deploy an updated FATE #834

Open lemonviv opened 1 year ago

lemonviv commented 1 year ago

Hi, I am using docker-compose to deploy KubeFATE on two parties following the README, and I can successfully run the toy example. My question is: I want to modify some of the parameters in FATE, for example, the security parameter of the Paillier cryptosystem, which means I need a revised version of FATE. I am not sure how could I use KubeFATE to deploy such a FATE version? Any suggestions would be highly appreciated. Thank you.

What deployment mode you are use?

  1. docker-compose;

What KubeFATE and FATE version you are using? 1.8.1

MUST Please state the KubeFATE and FATE version you found the issue

What OS you are using for docker-compse or Kubernetes? Please also clear the version of OS.

owlet42 commented 1 year ago

The new version of FATE supports defining the key length. You can try v1.10.0. If you want to use KubeFATE to deploy a custom FATE, you need to use FATE_Builder to build a modified FATE images, and then use KubeFATE to deploy it.