-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docker-compose deploy support FATE v1.7.0 Signed-off-by: ChenLong Ma <owlet42@126.com> * k8s deploy support FATE v1.7.0 Signed-off-by: ChenLong Ma <owlet42@126.com> * update doc of docker-compose: 1. dsl v1-> dsl v2 2. fate_flow_client.py -> flow Signed-off-by: ChenLong Ma <owlet42@126.com> * update docker-compose deploy for support FATE-Serving. Signed-off-by: ChenLong Ma <owlet42@126.com> * update docker-build of client Signed-off-by: ChenLong Ma <owlet42@126.com> * update example of client Signed-off-by: ChenLong Ma <owlet42@126.com> * fix Signed-off-by: ChenLong Ma <owlet42@126.com> * update docker-compose。yaml forclient Signed-off-by: ChenLong Ma <owlet42@126.com> * fix test for toy, update fateflow log dir path Signed-off-by: ChenLong Ma <owlet42@126.com> * fix example for FATE v1.7.0 Signed-off-by: ChenLong Ma <owlet42@126.com> * fix fateflow logs path Signed-off-by: ChenLong Ma <owlet42@126.com> * fix pipeline init Signed-off-by: ChenLong Ma <owlet42@126.com> * update example for notebook Signed-off-by: ChenLong Ma <owlet42@126.com> * update docker-compose ci test Signed-off-by: ChenLong Ma <owlet42@126.com> * fix spark requests,and example Signed-off-by: ChenLong Ma <owlet42@126.com>
- Loading branch information
Showing
58 changed files
with
3,250 additions
and
1,259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
#!/bin/bash | ||
echo "# toy_example test" | ||
docker exec confs-10000_python_1 bash -c 'sed -i s/\"partition\":\ 48/\"partition\":\ 4/g /data/projects/fate/examples/toy_example/toy_example_conf.json' | ||
docker exec confs-10000_python_1 bash -c 'python /data/projects/fate/examples/toy_example/run_toy_example.py 10000 10000 1' | ||
docker exec confs-10000_client_1 bash -c 'flow test toy --guest-party-id 10000 --host-party-id 10000' | ||
echo "# test is ok!" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
128 changes: 0 additions & 128 deletions
128
docker-build/client/Examples/Pipeline/demo/pipeline-mini-demo.py
This file was deleted.
Oops, something went wrong.
68 changes: 0 additions & 68 deletions
68
docker-build/client/Examples/Pipeline/demo/pipeline-upload-spark.py
This file was deleted.
Oops, something went wrong.
66 changes: 0 additions & 66 deletions
66
docker-build/client/Examples/Pipeline/demo/pipeline-upload.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.