|
@@ -16,7 +16,7 @@ if [[ $ROV_OFFLINE_ENV == 'test' ]]; then
|
|
|
/root/anaconda3/bin/python alg_recsys_recall_1h_noregion.py
|
|
|
wait
|
|
|
echo "并行执行时间:{$(date "+%Y-%m-%d %H:%M:%S")}"
|
|
|
- /root/anaconda3/bin/python alg_recsys_recall_aftermerge.py
|
|
|
+# /root/anaconda3/bin/python alg_recsys_recall_aftermerge.py
|
|
|
echo "结束执行时间:{$(date "+%Y-%m-%d %H:%M:%S")}"
|
|
|
echo "all done"
|
|
|
elif [[ $ROV_OFFLINE_ENV == 'pro' ]]; then
|
|
@@ -27,7 +27,7 @@ elif [[ $ROV_OFFLINE_ENV == 'pro' ]]; then
|
|
|
/root/anaconda3/bin/python alg_recsys_recall_1h_noregion.py
|
|
|
wait
|
|
|
echo "并行执行时间:{$(date "+%Y-%m-%d %H:%M:%S")}"
|
|
|
- /root/anaconda3/bin/python alg_recsys_recall_aftermerge.py
|
|
|
+# /root/anaconda3/bin/python alg_recsys_recall_aftermerge.py
|
|
|
echo "结束执行时间:{$(date "+%Y-%m-%d %H:%M:%S")}"
|
|
|
echo "all done"
|
|
|
fi
|