109 Star 894 Fork 1.4K

MindSpore/models

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 276 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhaoting 提交于 2022-11-17 14:18 +08:00 . move official models
ARG FROM_IMAGE_NAME
FROM ${FROM_IMAGE_NAME}
RUN apt update && apt-get install git -y
WORKDIR /tmp
RUN git clone https://gitee.com/Stan.Xu/gflags && cd gflags/ && mkdir build &&cd build &&cmake .. && make install
COPY requirements.txt .
RUN pip3.7 install -r requirements.txt
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mindspore/models.git
git@gitee.com:mindspore/models.git
mindspore
models
models
r2.1

搜索帮助