1 Star 0 Fork 0

ysl/project_19548660

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile.cpu 613 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM tensorflow/tensorflow:2.2.1-py3
# To disable tzdata and others from asking for input
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update -qq -y \
&& apt-get install -y software-properties-common \
&& 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_base.txt /opt/
RUN pip3 install --upgrade pip
RUN pip3 --no-cache-dir install -r /opt/_requirements_base.txt && rm /opt/_requirements_base.txt
WORKDIR "/srv"
CMD ["/bin/bash"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/publiagent123/faceswap.git
git@gitee.com:publiagent123/faceswap.git
publiagent123
faceswap
project_19548660
master

搜索帮助