浏览代码

Update Dockerfile

Daniel Gatis 2 年之前
父节点
当前提交
4975829688
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -4,7 +4,7 @@ WORKDIR /rembg
 
 
 COPY . .
 COPY . .
 RUN pip install --upgrade pip
 RUN pip install --upgrade pip
-RUN python -m pip install .
+RUN python -m pip install ".[cli]"
 RUN python -c 'from rembg.bg import download_models; download_models()'
 RUN python -c 'from rembg.bg import download_models; download_models()'
 
 
 EXPOSE 5000
 EXPOSE 5000