Spaces:
Running
Running
Update Dockerfile
Browse files- 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/
|
| 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 && \
|