Skip to content

Commit e59e7fe

Browse files
authored
Merge pull request #75 from chatchat-space/dev
fix:dockerfile
2 parents a6baea0 + 67a51b4 commit e59e7fe

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

docker/Dockerfile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,8 @@ RUN pip install --index-url https://pypi.python.org/simple/ pipx && \
2626
# Add poetry to PATH
2727
ENV PATH="/root/.local/bin:${PATH}"
2828

29-
# 添加 SSH 密钥(项目未公开前临时使用)
30-
# 假设您已经将 SSH 密钥添加到 Docker build 的上下文中
31-
COPY id_rsa /root/.ssh/id_rsa
32-
RUN chmod 600 /root/.ssh/id_rsa
33-
# 添加 GitHub 到已知主机
34-
RUN ssh-keyscan github.com >> /root/.ssh/known_hosts
35-
3629
# 下载 LangGraph-Chatchat
37-
RUN #git clone https://github.com/chatchat-space/LangGraph-Chatchat.git
38-
RUN git clone [email protected]:chatchat-space/LangGraph-Chatchat.git
30+
RUN git clone https://github.com/chatchat-space/LangGraph-Chatchat.git
3931

4032
# 安装依赖
4133
WORKDIR /root/LangGraph-Chatchat/chatchat-server

0 commit comments

Comments
 (0)