1 Star 0 Fork 0

yangw_abc/faceswap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile.cpu 427 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alessandro Melis 提交于 2019-08-19 23:33 . add git to dockerfiles (#839)
FROM tensorflow/tensorflow:1.12.0-py3
RUN add-apt-repository -y ppa:jonathonf/ffmpeg-4 \
&& apt-get update -qq -y \
&& apt-get install -y libsm6 libxrender1 libxext-dev python3-tk ffmpeg git \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
COPY requirements.txt /opt/
RUN pip3 install --upgrade pip
RUN pip3 --no-cache-dir install -r /opt/requirements.txt && rm /opt/requirements.txt
WORKDIR "/srv"
CMD ["/bin/bash"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/yangwen_abc/faceswap.git
git@gitee.com:yangwen_abc/faceswap.git
yangwen_abc
faceswap
faceswap
master

搜索帮助