StarrySkyWorld commited on
Commit
d94c7bc
·
verified ·
1 Parent(s): fd78901

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
8
  git gcc python3-dev libpq-dev && rm -rf /var/lib/apt/lists/*
9
 
10
  # 克隆仓库
11
- RUN git clone https://github.com/chenyme/grok2api.git .
12
 
13
  # 安装依赖(包含 PgSQL 驱动)
14
  RUN pip install --no-cache-dir --prefix=/install psycopg2-binary && \
 
8
  git gcc python3-dev libpq-dev && rm -rf /var/lib/apt/lists/*
9
 
10
  # 克隆仓库
11
+ RUN git clone https://github.com/Starry-Sky-World/grok2api.git .
12
 
13
  # 安装依赖(包含 PgSQL 驱动)
14
  RUN pip install --no-cache-dir --prefix=/install psycopg2-binary && \