1 Star 0 Fork 1

云计算和大数据_东南大学/Cosine Robot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 521 Bytes
一键复制 编辑 原始数据 按行查看 历史
qiyuehan 提交于 2021-12-20 15:32 . 20211220
# 基于的基础镜像
FROM python:3.8.3
# 代码添加到 code 文件夹
ADD ./ /usr/src/app
#
# # 设置 app 文件夹是工作目录
WORKDIR /usr/src/app
RUN pip install pip==21.1.1
RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
# RUN pip install torch==1.7.1+cu101 torchvision==0.8.2+cu101 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html
COPY /root/nltk_data /root
RUN pip install paramiko -i https://pypi.tuna.tsinghua.edu.cn/simple
CMD python main.py
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/cabseu/cosine-robot.git
git@gitee.com:cabseu/cosine-robot.git
cabseu
cosine-robot
Cosine Robot
master

搜索帮助