FederatedAI / KubeFATE

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

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

Open yyh210 opened 9 months ago

yyh210 commented 9 months 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,