test_ioi / start.sh
dongsheng's picture
Upload 2 files
58a763a verified
raw
history blame contribute delete
271 Bytes
#!/bin/bash
# 启动 Piston 服务
node src &
# 等待服务启动
sleep 10
# 安装 IOI 包
curl -X POST http://localhost:7860/api/v2/packages -H "Content-Type: application/json" -d '{"language": "cms_ioi", "version": "1.0.0"}'
# 保持容器运行
tail -f /dev/null