1 Star 0 Fork 25

stone264/deoldify

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile-api 444 Bytes
一键复制 编辑 原始数据 按行查看 历史
jqueguiner 提交于 2019-08-11 21:16 +08:00 . 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"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wuqr32/deoldify.git
[email protected]:wuqr32/deoldify.git
wuqr32
deoldify
deoldify
master

搜索帮助