StarrySkyWorld commited on
Commit
2fffdd1
·
verified ·
1 Parent(s): 9505330

Update docker-entrypoint.sh

Browse files
Files changed (1) hide show
  1. docker-entrypoint.sh +0 -1
docker-entrypoint.sh CHANGED
@@ -4,7 +4,6 @@ set -e
4
  echo "[Grok2API] 正在初始化环境..."
5
 
6
  # IP输出部分
7
- apt-get install curl -y
8
  echo "[Grok2API] 本次环境IP: $(curl -s ip.sb)"
9
 
10
  # 确保数据目录存在(在 /app/data 下)
 
4
  echo "[Grok2API] 正在初始化环境..."
5
 
6
  # IP输出部分
 
7
  echo "[Grok2API] 本次环境IP: $(curl -s ip.sb)"
8
 
9
  # 确保数据目录存在(在 /app/data 下)