X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=XTesting%2Faiml-fw%2Fdeploy.sh;fp=XTesting%2Faiml-fw%2Fdeploy.sh;h=5ebd275286a1fb5644add6db4dc50d2207a339c0;hb=041f33871b8a86335388a76914844316cfbff998;hp=0000000000000000000000000000000000000000;hpb=9156905437b53b429d6ee8d2cbf45d44592918b8;p=it%2Ftest.git diff --git a/XTesting/aiml-fw/deploy.sh b/XTesting/aiml-fw/deploy.sh new file mode 100644 index 0000000..5ebd275 --- /dev/null +++ b/XTesting/aiml-fw/deploy.sh @@ -0,0 +1,9 @@ +#!/bin/bash +set -x + +# pull the AI/ML framework code base +rm -rf /aimlfw-dep +git clone "https://gerrit.o-ran-sc.org/r/aiml-fw/aimlfw-dep" /aimlfw-dep +cd /aimlfw-dep + +bin/install_traininghost.sh 2>&1 | tee /tmp/install-thost-`echo $RANDOM`.log