5ebd275286a1fb5644add6db4dc50d2207a339c0
[it/test.git] / XTesting / aiml-fw / deploy.sh
1 #!/bin/bash
2 set -x
3
4 # pull the AI/ML framework code base
5 rm -rf /aimlfw-dep
6 git clone "https://gerrit.o-ran-sc.org/r/aiml-fw/aimlfw-dep" /aimlfw-dep
7 cd /aimlfw-dep
8
9 bin/install_traininghost.sh 2>&1 | tee /tmp/install-thost-`echo $RANDOM`.log