This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
EESAST
/
THUAI6
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
3
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Update run.sh
tags/0.1.0
Changli Tang
GitHub
2 years ago
parent
86d2024cb3
commit
f7261bbfdc
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
dependency/shell/run.sh
+ 10
- 0
dependency/shell/run.sh
View File
@@ -4,6 +4,7 @@ python_dir=/usr/local/PlayerCode/CAPI/python/PyAPI
playback_dir=/usr/local/playback
nice -10 ./Server --port 8888 --studentCount 4 --trickerCount 1 --gameTimeInSecond 600 --url $URL --token $TOKEN --fileName $playback_dir/video > $playback_dir/server.log &
server_pid=$!
sleep 5
for k in {1..2}
do
@@ -37,3 +38,12 @@ do
fi
popd
done
ps -p $server_pid
while [ $? -eq 0 ]
do
sleep 1
ps -p $server_pid
done
echo "Finish"
Write
Preview
Loading…
Cancel
Save