1 Star 0 Fork 1

gary/rasa_ch_faq

forked from 夏周睿/rasa_ch_faq 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 173 Bytes
一键复制 编辑 原始数据 按行查看 历史
zmzposa 提交于 2021-05-17 10:23 . :wrench:增加 Dockerfile
FROM rasa/rasa:2.6.0
COPY . /app
WORKDIR /app
RUN pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple
ENTRYPOINT rasa
CMD ["run", "--cors", "*"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/legato/rasa_ch_faq.git
git@gitee.com:legato/rasa_ch_faq.git
legato
rasa_ch_faq
rasa_ch_faq
GRAPH

搜索帮助