diff --git a/Dockerfile b/Dockerfile index e2c689478..28af761f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN ["apt-get", "-y", "install", "git"] # sdnext will run all necessary pip install ops and then exit RUN ["python", "launch.py", "--debug", "--uv", "--use-cuda", "--log", "sdnext.log", "--test"] # preinstall additional packages to avoid installation during runtime -RUN ["uv", "pip", "install", "-r", "requirements-extra.txt"] +RUN ["uv", "pip", "install", "-r", "requirements-extra.txt", "--system"] # actually run sdnext CMD ["python", "launch.py", "--debug", "--skip-all", "--listen", "--quick", "--api-log", "--log", "sdnext.log"] # expose port diff --git a/requirements-extra.txt b/requirements-extra.txt index d4c18f1f0..0e3e8db2c 100644 --- a/requirements-extra.txt +++ b/requirements-extra.txt @@ -2,13 +2,13 @@ basicsr gfpgan clean-fid -insightface -pydantic==1.10.15 -albumentations==1.4.3 optimum-quanto -nncf==2.7.0 -clip_interrogator==0.6.0 bitsandbytes gguf pynvml ultralytics +pydantic==1.10.15 +albumentations==1.4.3 +clip_interrogator==0.6.0 +# insightface # problematic build +# nncf==2.7.0 # requires older pandas