2 Star 0 Fork 25

内蒙古师范大学_物理与电子信息学院-王彦 / deoldify

forked from Gitee 极速下载 / deoldify 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile-api 444 Bytes
一键复制 编辑 原始数据 按行查看 历史
jqueguiner 提交于 2019-08-11 13:16 . split apis
From nvcr.io/nvidia/pytorch:19.04-py3
RUN apt-get -y update
RUN apt-get install -y python3-pip software-properties-common wget ffmpeg
RUN apt-get -y update
RUN mkdir -p /root/.torch/models
RUN mkdir -p /data/models
ADD . /data/
WORKDIR /data
RUN pip install -r requirements.txt
RUN pip install Flask
RUN pip install Pillow
RUN pip install scikit-image
RUN pip install requests
EXPOSE 5000
ENTRYPOINT ["python3"]
CMD ["app.py"]
1
https://gitee.com/neimenggushifan_phys/deoldify.git
git@gitee.com:neimenggushifan_phys/deoldify.git
neimenggushifan_phys
deoldify
deoldify
master

搜索帮助