mirror of
https://git.mirrors.martin98.com/https://github.com/danielgatis/rembg
synced 2025-08-18 05:45:57 +08:00
fix docker
This commit is contained in:
parent
e9cc8cfd26
commit
d6a5602e1c
10
Dockerfile
10
Dockerfile
@ -10,7 +10,7 @@ RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machi
|
|||||||
|
|
||||||
RUN apt update -y
|
RUN apt update -y
|
||||||
RUN apt upgrade -y
|
RUN apt upgrade -y
|
||||||
RUN apt install -y curl software-properties-common
|
RUN apt install -y curl wget software-properties-common
|
||||||
RUN add-apt-repository ppa:deadsnakes/ppa
|
RUN add-apt-repository ppa:deadsnakes/ppa
|
||||||
RUN apt install -y python3.9 python3.9-distutils
|
RUN apt install -y python3.9 python3.9-distutils
|
||||||
RUN curl https://bootstrap.pypa.io/get-pip.py | python3.9
|
RUN curl https://bootstrap.pypa.io/get-pip.py | python3.9
|
||||||
@ -21,10 +21,10 @@ COPY . .
|
|||||||
RUN python3.9 -m pip install .[gpu]
|
RUN python3.9 -m pip install .[gpu]
|
||||||
|
|
||||||
RUN mkdir -p ~/.u2net
|
RUN mkdir -p ~/.u2net
|
||||||
RUN gdown https://drive.google.com/uc?id=1tNuFmLv0TSNDjYIkjEdeH1IWKQdUA4HR -O ~/.u2net/u2netp.onnx
|
RUN wget https://github.com/danielgatis/rembg/releases/download/v0.0.0/u2netp.onnx -O ~/.u2net/u2netp.onnx
|
||||||
RUN gdown https://drive.google.com/uc?id=1tCU5MM1LhRgGou5OpmpjBQbSrYIUoYab -O ~/.u2net/u2net.onnx
|
RUN wget https://github.com/danielgatis/rembg/releases/download/v0.0.0/u2net.onnx -O ~/.u2net/u2net.onnx
|
||||||
RUN gdown https://drive.google.com/uc?id=1ZfqwVxu-1XWC1xU1GHIP-FM_Knd_AX5j -O ~/.u2net/u2net_human_seg.onnx
|
RUN wget https://github.com/danielgatis/rembg/releases/download/v0.0.0/u2net_human_seg.onnx -O ~/.u2net/u2net_human_seg.onnx
|
||||||
RUN gdown https://drive.google.com/uc?id=15rKbQSXQzrKCQurUjZFg8HqzZad8bcyz -O ~/.u2net/u2net_cloth_seg.onnx
|
RUN wget https://github.com/danielgatis/rembg/releases/download/v0.0.0/u2net_cloth_seg.onnx -O ~/.u2net/u2net_cloth_seg.onnx
|
||||||
|
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
ENTRYPOINT ["rembg"]
|
ENTRYPOINT ["rembg"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user