Ai
1 Star 0 Fork 0

open_source/IOPaint

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
CPUDockerfile 413 Bytes
Copy Edit Raw Blame History
Qing authored 2022-11-01 09:09 +08:00 . update Dockerfile
FROM python:3.7.4-slim-buster
RUN apt-get update && apt-get install -y --no-install-recommends \
software-properties-common \
libsm6 libxext6 ffmpeg libfontconfig1 libxrender1 libgl1-mesa-glx \
curl
RUN pip install --upgrade pip && \
pip install torch==1.12.1 --extra-index-url https://download.pytorch.org/whl/cpu
ARG version
RUN pip install lama-cleaner==$version
EXPOSE 8080
CMD ["bash"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pplus_open_source/IOPaint.git
git@gitee.com:pplus_open_source/IOPaint.git
pplus_open_source
IOPaint
IOPaint
0114

Search