countclaw commited on
Commit
b62a79f
·
verified ·
1 Parent(s): 721b0a7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ WORKDIR /app
12
  USER root
13
 
14
  # 1. 克隆远程项目代码到当前目录
15
- RUN git clone https://github.com/JinchengGao-Infty/grok2api .
16
 
17
  # 2. 【关键步骤】将你在 HF 网页创建的 sync_run.py 复制到容器的 /app 目录
18
  COPY sync_run.py /app/sync_run.py
 
12
  USER root
13
 
14
  # 1. 克隆远程项目代码到当前目录
15
+ RUN git clone https://github.com/CountClaw/grok2api-hf .
16
 
17
  # 2. 【关键步骤】将你在 HF 网页创建的 sync_run.py 复制到容器的 /app 目录
18
  COPY sync_run.py /app/sync_run.py