1 Star 0 Fork 27

liu_nix/codefuse-chatbot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 310 Bytes
一键复制 编辑 原始数据 按行查看 历史
lightislost 提交于 2023-09-28 10:58 . upload
From python:3.9-bookworm
WORKDIR /home/user
COPY ./docker_requirements.txt /home/user/docker_requirements.txt
COPY ./jupyter_start.sh /home/user/jupyter_start.sh
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/liunix61/codefuse-chatbot.git
git@gitee.com:liunix61/codefuse-chatbot.git
liunix61
codefuse-chatbot
codefuse-chatbot
main

搜索帮助