add commander prepare in the pipeline

pull/43/head
Minh Doan 6 years ago
parent 06247bf39f
commit 173b97901a
  1. 3
      aws-experiment-launch/new-pipeline/create_deploy_soldiers.sh

@ -22,4 +22,7 @@ sleep 10
echo "Generate distribution_config"
python generate_distribution_config.py --ip_list_file raw_ip.txt --shard_num $SHARD_NUM --client_num $CLIENT_NUM
echo "Run commander prepare"
python commander_prepare.py
aws s3 cp distribution_config.txt s3://unique-bucket-bin/distribution_config.txt --acl public-read-write

Loading…
Cancel
Save