Please enable JavaScript in your browser!
Home
Explore
Help
Register
Sign In
Pai2
/
minipai2
Watch
1
Star
0
Fork
0
Issues
0
Pull Requests
0
Commits
16
Releases
0
Box 程序
SSH
HTTPS
ZIP
TAR.GZ
Tree:
ee2f21f685
Branches
Tags
master
minipai2
/
startup.sh
startup.sh
93B
History
Raw
#!/bin/bash cd /root/pai2/minipai2/ nohup python main.py --port=8002 &>minipai2.log & cd -