We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6baea0 + 67a51b4 commit e59e7feCopy full SHA for e59e7fe
docker/Dockerfile
@@ -26,16 +26,8 @@ RUN pip install --index-url https://pypi.python.org/simple/ pipx && \
26
# Add poetry to PATH
27
ENV PATH="/root/.local/bin:${PATH}"
28
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
-
36
# 下载 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
+RUN git clone https://github.com/chatchat-space/LangGraph-Chatchat.git
39
40
# 安装依赖
41
WORKDIR /root/LangGraph-Chatchat/chatchat-server
0 commit comments