update dockerfile

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2024-11-14 13:26:12 -05:00
parent 4110bc746b
commit 9c381deaa7
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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
+5 -5
View File
@@ -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