FederatedAI / KubeFATE

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

KubeFATE的docker-compose部署脚本有一个bug #920

Open yyh210 opened 1 year ago

yyh210 commented 1 year ago

In the 'main' function of docker_deploy.sh script, if [ "$1" = "" ] || [ "$" = "--help" ] should be if [ "$1" = "" ] || [ "$1" = "--help" ]. Otherwise, option --help will not work,