From 9c381deaa727186eb3c05850499bf5c3d26092dc Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 14 Nov 2024 13:26:12 -0500 Subject: [PATCH] update dockerfile Signed-off-by: Vladimir Mandic --- Dockerfile | 2 +- requirements-extra.txt | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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