19 Star 8 Fork 20

openEuler/euler-copilot-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 426 Bytes
一键复制 编辑 原始数据 按行查看 历史
ObjectNotFound 提交于 2024-12-13 14:56 . Framework 930
FROM hub.oepkgs.net/neocopilot/framework-baseimg:0.9.1
USER root
RUN sed -i 's/umask 002/umask 027/g' /etc/bashrc && \
sed -i 's/umask 022/umask 027/g' /etc/bashrc && \
yum remove -y gdb-gdbserver
USER eulercopilot
COPY --chown=1001:1001 --chmod=550 ./ /euler-copilot-frame/
WORKDIR /euler-copilot-frame
ENV PYTHONPATH /euler-copilot-frame
CMD bash -c "python3 -m gunicorn -c apps/gunicorn.conf.py apps.main:app"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openeuler/euler-copilot-framework.git
[email protected]:openeuler/euler-copilot-framework.git
openeuler
euler-copilot-framework
euler-copilot-framework
master

搜索帮助