1 Star 0 Fork 14

陈彦江/chatgpt_academic

forked from 大海/chatgpt_academic 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 312 Bytes
一键复制 编辑 原始数据 按行查看 历史
Your Name 提交于 2023-03-26 20:18 . fix dockerfile
FROM python:3.11
RUN echo '[global]' > /etc/pip.conf && \
echo 'index-url = https://mirrors.aliyun.com/pypi/simple/' >> /etc/pip.conf && \
echo 'trusted-host = mirrors.aliyun.com' >> /etc/pip.conf
RUN pip3 install gradio requests[socks] mdtex2html
COPY . /gpt
WORKDIR /gpt
CMD ["python3", "main.py"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chenyanjiang/chatgpt_academic.git
git@gitee.com:chenyanjiang/chatgpt_academic.git
chenyanjiang
chatgpt_academic
chatgpt_academic
master

搜索帮助