1 Star 0 Fork 27

王申洄/codefuse-chatbot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 658 Bytes
一键复制 编辑 原始数据 按行查看 历史
From python:3.9.18-bookworm
WORKDIR /home/user
COPY ./requirements.txt /home/user/docker_requirements.txt
RUN apt-get update
RUN apt-get install -y iputils-ping telnetd net-tools vim tcpdump
# RUN echo telnet stream tcp nowait telnetd /usr/sbin/tcpd /usr/sbin/in.telnetd /etc/inetd.conf
# RUN service inetutils-inetd start
# service inetutils-inetd status
RUN wget https://oss-cdn.nebula-graph.com.cn/package/3.6.0/nebula-graph-3.6.0.ubuntu1804.amd64.deb
RUN dpkg -i nebula-graph-3.6.0.ubuntu1804.amd64.deb
RUN pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
RUN pip install -r /home/user/docker_requirements.txt
CMD ["bash"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangshh_123/codefuse-chatbot.git
git@gitee.com:wangshh_123/codefuse-chatbot.git
wangshh_123
codefuse-chatbot
codefuse-chatbot
main

搜索帮助