Browse Source

fix docker img

Daniel Gatis 3 years ago
parent
commit
2bca04e2dd
3 changed files with 0 additions and 2 deletions
  1. 0 1
      .dockerignore
  2. 0 1
      Dockerfile
  3. BIN
      pixel.png

+ 0 - 1
.dockerignore

@@ -7,4 +7,3 @@
 !requirements-gpu.txt
 !versioneer.py
 !README.md
-!pixel.png

+ 0 - 1
Dockerfile

@@ -12,7 +12,6 @@ WORKDIR /rembg
 COPY . .
 
 RUN GPU=1 pip3 install .
-RUN rembg i pixel.png > /dev/null
 
 ENTRYPOINT ["rembg"]
 CMD []

BIN
pixel.png