$ docker build -t stream-diffusion:latest -f Dockerfile . [+] Building 113.2s (12/13) docker:default => [internal] load .dockerignore 0.0s => => transferring context: 85B 0.0s => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 1.22kB 0.0s => [internal] load metadata for docker.io/nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04 1.4s => [1/9] FROM docker.io/nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04@sha256:8f9dd0d09d3ad3900357a1cf7f887888b5b74 0.0s => [internal] load build context 0.0s => => transferring context: 86.49kB 0.0s => CACHED [2/9] RUN rm /bin/sh && ln -s /bin/bash /bin/sh 0.0s => CACHED [3/9] RUN apt-get update && apt-get install -y --no-install-recommends make wget 0.0s => CACHED [4/9] RUN echo "export PATH=/usr/local/cuda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/s 0.0s => CACHED [5/9] RUN pip3 install torch==2.1.0 torchvision==0.16.0 xformers --index-url https://d 0.0s => CACHED [6/9] COPY . /streamdiffusion 0.0s => CACHED [7/9] WORKDIR /streamdiffusion 0.0s => ERROR [8/9] RUN python setup.py develop easy_install streamdiffusion[tensorrt] && python -m streamdiffu 111.8s ------ > [8/9] RUN python setup.py develop easy_install streamdiffusion[tensorrt] && python -m streamdiffusion.tools.install-tensorrt: 0.317 running develop 0.319 /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:158: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 0.319 warnings.warn( 0.320 /usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 0.320 warnings.warn( 0.331 running egg_info 0.331 creating src/streamdiffusion.egg-info 0.331 writing src/streamdiffusion.egg-info/PKG-INFO 0.332 writing dependency_links to src/streamdiffusion.egg-info/dependency_links.txt 0.332 writing requirements to src/streamdiffusion.egg-info/requires.txt 0.332 writing top-level names to src/streamdiffusion.egg-info/top_level.txt 0.332 writing manifest file 'src/streamdiffusion.egg-info/SOURCES.txt' 0.333 reading manifest file 'src/streamdiffusion.egg-info/SOURCES.txt' 0.333 writing manifest file 'src/streamdiffusion.egg-info/SOURCES.txt' 0.335 running build_ext 0.335 Creating /usr/local/lib/python3.10/dist-packages/streamdiffusion.egg-link (link to src) 0.336 Adding streamdiffusion 0.1.1 to easy-install.pth file 0.337 0.337 Installed /streamdiffusion/src 0.338 Processing dependencies for streamdiffusion==0.1.1 0.343 Searching for transformers 0.343 Reading https://pypi.org/simple/transformers/ 0.370 /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release 0.370 warnings.warn( 0.889 Downloading https://files.pythonhosted.org/packages/20/0a/739426a81f7635b422fbe6cb8d1d99d1235579a6ac8024c13d743efa6847/transformers-4.36.2-py3-none-any.whl#sha256=462066c4f74ee52516f12890dcc9ec71d1a5e97998db621668455117a54330f6 1.083 Best match: transformers 4.36.2 1.083 Processing transformers-4.36.2-py3-none-any.whl 1.087 Installing transformers-4.36.2-py3-none-any.whl to /usr/local/lib/python3.10/dist-packages 1.651 Adding transformers 4.36.2 to easy-install.pth file 1.654 Installing transformers-cli script to /usr/local/bin 1.654 1.654 Installed /usr/local/lib/python3.10/dist-packages/transformers-4.36.2-py3.10.egg 1.717 Searching for omegaconf 1.717 Reading https://pypi.org/simple/omegaconf/ 2.331 Downloading https://files.pythonhosted.org/packages/67/d4/f0117bc2d36185e0b90c39755259dcdfb86e0f362a9c9db46193501f7c9e/omegaconf-2.4.0.dev1-py3-none-any.whl#sha256=6c202560ac43d3a5aa5aa52d0d5911ea86dc35e56ab02d9e1675f11c7984e729 2.355 Best match: omegaconf 2.4.0.dev1 2.355 Processing omegaconf-2.4.0.dev1-py3-none-any.whl 2.359 Installing omegaconf-2.4.0.dev1-py3-none-any.whl to /usr/local/lib/python3.10/dist-packages 2.369 Adding omegaconf 2.4.0.dev1 to easy-install.pth file 2.370 2.370 Installed /usr/local/lib/python3.10/dist-packages/omegaconf-2.4.0.dev1-py3.10.egg 2.371 Searching for fire 2.371 Reading https://pypi.org/simple/fire/ 2.388 Downloading https://files.pythonhosted.org/packages/94/ed/3b9a10605163f48517931083aee8364d4d6d3bb1aa9b75eb0a4a5e9fbfc1/fire-0.5.0.tar.gz#sha256=a6b0d49e98c8963910021f92bba66f65ab440da2982b78eb1bbf95a0a34aacc6 2.409 Best match: fire 0.5.0 2.409 Processing fire-0.5.0.tar.gz 2.417 Writing /tmp/easy_install-dm18pb7c/fire-0.5.0/setup.cfg 2.417 Running fire-0.5.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-dm18pb7c/fire-0.5.0/egg-dist-tmp-ocwded7g 2.446 /usr/lib/python3/dist-packages/setuptools/dist.py:723: UserWarning: Usage of dash-separated 'license-file' will not be supported in future versions. Please use the underscore name 'license_file' instead 2.446 warnings.warn( 2.456 /usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2.456 warnings.warn( 2.496 zip_safe flag not set; analyzing archive contents... 2.498 fire.__pycache__.core.cpython-310: module MAY be using inspect.stack 2.498 fire.__pycache__.core.cpython-310: module MAY be using inspect.trace 2.502 fire.__pycache__.inspectutils.cpython-310: module MAY be using inspect.getsourcefile 2.502 fire.__pycache__.inspectutils.cpython-310: module MAY be using inspect.findsource 2.529 creating /usr/local/lib/python3.10/dist-packages/fire-0.5.0-py3.10.egg 2.530 Extracting fire-0.5.0-py3.10.egg to /usr/local/lib/python3.10/dist-packages 2.569 Adding fire 0.5.0 to easy-install.pth file 2.569 2.569 Installed /usr/local/lib/python3.10/dist-packages/fire-0.5.0-py3.10.egg 2.572 Searching for diffusers==0.24.0 2.572 Reading https://pypi.org/simple/diffusers/ 2.594 /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release 2.594 warnings.warn( 2.816 Downloading https://files.pythonhosted.org/packages/dc/92/b17949ff6b634bfb93e12ff8753288d6c59edf4366cc5c501377e6373e0c/diffusers-0.24.0-py3-none-any.whl#sha256=d4507c7cc273594319b052c342ef0dc268fdf9b59a5da3518c900a03c58f9188 2.874 Best match: diffusers 0.24.0 2.874 Processing diffusers-0.24.0-py3-none-any.whl 2.878 Installing diffusers-0.24.0-py3-none-any.whl to /usr/local/lib/python3.10/dist-packages 2.972 Adding diffusers 0.24.0 to easy-install.pth file 2.973 Installing diffusers-cli script to /usr/local/bin 2.974 2.974 Installed /usr/local/lib/python3.10/dist-packages/diffusers-0.24.0-py3.10.egg 2.985 Searching for accelerate 2.985 Reading https://pypi.org/simple/accelerate/ 3.143 Downloading https://files.pythonhosted.org/packages/f7/fc/c55e5a2da345c9a24aa2e1e0f60eb2ca290b6a41be82da03a6d4baec4f99/accelerate-0.25.0-py3-none-any.whl#sha256=c7bb817eb974bba0ff3ea1ba0f24d55afb86d50e3d4fe98d6922dc69cf2ccff1 3.169 Best match: accelerate 0.25.0 3.169 Processing accelerate-0.25.0-py3-none-any.whl 3.173 Installing accelerate-0.25.0-py3-none-any.whl to /usr/local/lib/python3.10/dist-packages 3.231 Adding accelerate 0.25.0 to easy-install.pth file 3.232 Installing accelerate script to /usr/local/bin 3.232 Installing accelerate-config script to /usr/local/bin 3.233 Installing accelerate-estimate-memory script to /usr/local/bin 3.233 Installing accelerate-launch script to /usr/local/bin 3.233 3.233 Installed /usr/local/lib/python3.10/dist-packages/accelerate-0.25.0-py3.10.egg 3.243 Searching for tqdm>=4.27 3.243 Reading https://pypi.org/simple/tqdm/ 3.825 Downloading https://files.pythonhosted.org/packages/00/e5/f12a80907d0884e6dff9c16d0c0114d81b8cd07dc3ae54c5e962cc83037e/tqdm-4.66.1-py3-none-any.whl#sha256=d302b3c5b53d47bce91fea46679d9c3c6508cf6332229aa1e7d8653723793386 3.845 Best match: tqdm 4.66.1 3.845 Processing tqdm-4.66.1-py3-none-any.whl 3.849 Installing tqdm-4.66.1-py3-none-any.whl to /usr/local/lib/python3.10/dist-packages 3.860 Adding tqdm 4.66.1 to easy-install.pth file 3.861 Installing tqdm script to /usr/local/bin 3.861 3.861 Installed /usr/local/lib/python3.10/dist-packages/tqdm-4.66.1-py3.10.egg 3.863 Searching for tokenizers<0.19,>=0.14 3.863 Reading https://pypi.org/simple/tokenizers/ 11.09 Downloading https://files.pythonhosted.org/packages/eb/3d/eee5f3c572a3f4db2ebabf5bd4f284f356078a5b5d27e6229b4450d5c5e4/tokenizers-0.15.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=de9529fe75efcd54ba8d516aa725e1851df9199f0669b665c55e90df08f5af86 11.15 Best match: tokenizers 0.15.0 11.15 Processing tokenizers-0.15.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl 11.16 Installing tokenizers-0.15.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /usr/local/lib/python3.10/dist-packages 11.21 Adding tokenizers 0.15.0 to easy-install.pth file 11.21 11.21 Installed /usr/local/lib/python3.10/dist-packages/tokenizers-0.15.0-py3.10-linux-x86_64.egg 11.22 Searching for safetensors>=0.3.1 11.22 Reading https://pypi.org/simple/safetensors/ 15.11 Downloading https://files.pythonhosted.org/packages/35/8f/892d2e1bcfceb7ee3f9b055ac4bb111e31d25f0a38c7f44d1d59bf7a501a/safetensors-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=270b99885ec14abfd56c1d7f28ada81740a9220b4bae960c3de1c6fe84af9e4d 15.15 Best match: safetensors 0.4.1 15.15 Processing safetensors-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl 15.15 Installing safetensors-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /usr/local/lib/python3.10/dist-packages 15.20 Adding safetensors 0.4.1 to easy-install.pth file 15.20 15.20 Installed /usr/local/lib/python3.10/dist-packages/safetensors-0.4.1-py3.10-linux-x86_64.egg 15.21 Searching for regex!=2019.12.17 15.21 Reading https://pypi.org/simple/regex/ 15.28 /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: 2013-02-16 is an invalid version and will not be supported in a future release 15.28 warnings.warn( 15.28 /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: 2013-02-23 is an invalid version and will not be supported in a future release 15.28 warnings.warn( 15.28 /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: 2013-03-11 is an invalid version and will not be supported in a future release 15.28 warnings.warn( 15.28 /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: 2013-05-21 is an invalid version and will not be supported in a future release 15.28 warnings.warn( 15.28 /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: 2013-06-05 is an invalid version and will not be supported in a future release 15.28 warnings.warn( 15.28 /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: 2013-06-26 is an invalid version and will not be supported in a future release 15.28 warnings.warn( 15.28 /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: 2013-08-04 is an invalid version and will not be supported in a future release 15.28 warnings.warn( 15.28 /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: 2013-10-04 is an invalid version and will not be supported in a future release 15.28 warnings.warn( 15.28 /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: 2013-10-12 is an invalid version and will not be supported in a future release 15.28 warnings.warn( 15.28 /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: 2013-10-21 is an invalid version and will not be supported in a future release 15.28 warnings.warn( 15.28 /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: 2013-10-22 is an invalid version and will not be supported in a future release 15.28 warnings.warn( 15.28 /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: 2013-10-23 is an invalid version and will not be supported in a future release 15.28 warnings.warn( 15.28 /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: 2013-10-24 is an invalid version and will not be supported in a future release 15.28 warnings.warn( 15.28 /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: 2013-10-25 is an invalid version and will not be supported in a future release 15.28 warnings.warn( 15.28 /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: 2013-10-26 is an invalid version and will not be supported in a future release 15.28 warnings.warn( 15.28 /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: 2013-11-29 is an invalid version and will not be supported in a future release 15.28 warnings.warn( 15.28 /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: 2013-12-31 is an invalid version and will not be supported in a future release 15.28 warnings.warn( 31.87 Downloading https://files.pythonhosted.org/packages/81/8a/96a62ce98e8ff1b16db56fde3debc8a571f6b7ea42ee137eb0d995cdfa26/regex-2023.12.25-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=a9cc99d6946d750eb75827cb53c4371b8b0fe89c733a94b1573c9dd16ea6c9e4 31.94 Best match: regex 2023.12.25 31.94 Processing regex-2023.12.25-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl 31.94 Installing regex-2023.12.25-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /usr/local/lib/python3.10/dist-packages 31.96 Adding regex 2023.12.25 to easy-install.pth file 31.96 31.96 Installed /usr/local/lib/python3.10/dist-packages/regex-2023.12.25-py3.10-linux-x86_64.egg 31.96 Searching for pyyaml>=5.1 31.96 Reading https://pypi.org/simple/pyyaml/ 33.15 Downloading https://files.pythonhosted.org/packages/29/61/bf33c6c85c55bc45a29eee3195848ff2d518d84735eb0e2d8cb42e0d285e/PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515 33.19 Best match: PyYAML 6.0.1 33.19 Processing PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl 33.19 Installing PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /usr/local/lib/python3.10/dist-packages 33.20 Adding PyYAML 6.0.1 to easy-install.pth file 33.20 33.20 Installed /usr/local/lib/python3.10/dist-packages/PyYAML-6.0.1-py3.10-linux-x86_64.egg 33.20 Searching for packaging>=20.0 33.20 Reading https://pypi.org/simple/packaging/ 33.38 Downloading https://files.pythonhosted.org/packages/ec/1a/610693ac4ee14fcdf2d9bf3c493370e4f2ef7ae2e19217d7a237ff42367d/packaging-23.2-py3-none-any.whl#sha256=8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7 33.40 Best match: packaging 23.2 33.40 Processing packaging-23.2-py3-none-any.whl 33.40 Installing packaging-23.2-py3-none-any.whl to /usr/local/lib/python3.10/dist-packages 33.40 Adding packaging 23.2 to easy-install.pth file 33.41 33.41 Installed /usr/local/lib/python3.10/dist-packages/packaging-23.2-py3.10.egg 33.41 Searching for huggingface-hub<1.0,>=0.19.3 33.41 Reading https://pypi.org/simple/huggingface-hub/ 33.79 Downloading https://files.pythonhosted.org/packages/a0/0a/02ac0ae1047d97769003ff4fb8e6717024f3f174a5d13257415aa09e13d9/huggingface_hub-0.20.1-py3-none-any.whl#sha256=ecfdea395a8bc68cd160106c5bd857f7e010768d95f9e1862a779010cc304831 33.82 Best match: huggingface-hub 0.20.1 33.82 Processing huggingface_hub-0.20.1-py3-none-any.whl 33.82 Installing huggingface_hub-0.20.1-py3-none-any.whl to /usr/local/lib/python3.10/dist-packages 33.91 Adding huggingface-hub 0.20.1 to easy-install.pth file 33.92 Installing huggingface-cli script to /usr/local/bin 33.92 33.92 Installed /usr/local/lib/python3.10/dist-packages/huggingface_hub-0.20.1-py3.10.egg 33.94 Searching for termcolor 33.94 Reading https://pypi.org/simple/termcolor/ 33.98 Downloading https://files.pythonhosted.org/packages/d9/5f/8c716e47b3a50cbd7c146f45881e11d9414def768b7cd9c5e6650ec2a80a/termcolor-2.4.0-py3-none-any.whl#sha256=9297c0df9c99445c2412e832e882a7884038a25617c60cea2ad69488d4040d63 34.00 Best match: termcolor 2.4.0 34.00 Processing termcolor-2.4.0-py3-none-any.whl 34.00 Installing termcolor-2.4.0-py3-none-any.whl to /usr/local/lib/python3.10/dist-packages 34.00 Adding termcolor 2.4.0 to easy-install.pth file 34.00 34.00 Installed /usr/local/lib/python3.10/dist-packages/termcolor-2.4.0-py3.10.egg 34.01 Searching for six 34.01 Reading https://pypi.org/simple/six/ 34.09 Downloading https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl#sha256=8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254 34.11 Best match: six 1.16.0 34.11 Processing six-1.16.0-py2.py3-none-any.whl 34.11 Installing six-1.16.0-py2.py3-none-any.whl to /usr/local/lib/python3.10/dist-packages 34.12 Adding six 1.16.0 to easy-install.pth file 34.12 34.12 Installed /usr/local/lib/python3.10/dist-packages/six-1.16.0-py3.10.egg 34.12 Searching for importlib-metadata 34.12 Reading https://pypi.org/simple/importlib-metadata/ 34.58 Downloading https://files.pythonhosted.org/packages/c0/8b/d8427f023c081a8303e6ac7209c16e6878f2765d5b59667f3903fbcfd365/importlib_metadata-7.0.1-py3-none-any.whl#sha256=4805911c3a4ec7c3966410053e9ec6a1fecd629117df5adee56dfc9432a1081e 34.59 Best match: importlib-metadata 7.0.1 34.59 Processing importlib_metadata-7.0.1-py3-none-any.whl 34.60 Installing importlib_metadata-7.0.1-py3-none-any.whl to /usr/local/lib/python3.10/dist-packages 34.62 Adding importlib-metadata 7.0.1 to easy-install.pth file 34.62 34.62 Installed /usr/local/lib/python3.10/dist-packages/importlib_metadata-7.0.1-py3.10.egg 34.63 Searching for psutil 34.63 Reading https://pypi.org/simple/psutil/ 37.08 Downloading https://files.pythonhosted.org/packages/be/fa/f1f626620e3b47e6237dcc64cb8cc1472f139e99422e5b9fa5bbcf457f48/psutil-5.9.7-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=fe8b7f07948f1304497ce4f4684881250cd859b16d06a1dc4d7941eeb6233bfe 37.11 Best match: psutil 5.9.7 37.11 Processing psutil-5.9.7-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl 37.11 Installing psutil-5.9.7-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /usr/local/lib/python3.10/dist-packages 37.12 Adding psutil 5.9.7 to easy-install.pth file 37.12 37.12 Installed /usr/local/lib/python3.10/dist-packages/psutil-5.9.7-py3.10-linux-x86_64.egg 37.13 Searching for fsspec>=2023.5.0 37.13 Reading https://pypi.org/simple/fsspec/ 37.36 Downloading https://files.pythonhosted.org/packages/70/25/fab23259a52ece5670dcb8452e1af34b89e6135ecc17cd4b54b4b479eac6/fsspec-2023.12.2-py3-none-any.whl#sha256=d800d87f72189a745fa3d6b033b9dc4a34ad069f60ca60b943a63599f5501960 37.38 Best match: fsspec 2023.12.2 37.38 Processing fsspec-2023.12.2-py3-none-any.whl 37.38 Installing fsspec-2023.12.2-py3-none-any.whl to /usr/local/lib/python3.10/dist-packages 37.42 Adding fsspec 2023.12.2 to easy-install.pth file 37.42 37.42 Installed /usr/local/lib/python3.10/dist-packages/fsspec-2023.12.2-py3.10.egg 37.43 Searching for zipp>=0.5 37.43 Reading https://pypi.org/simple/zipp/ 37.63 Downloading https://files.pythonhosted.org/packages/d9/66/48866fc6b158c81cc2bfecc04c480f105c6040e8b077bc54c634b4a67926/zipp-3.17.0-py3-none-any.whl#sha256=0e923e726174922dce09c53c59ad483ff7bbb8e572e00c7f7c46b88556409f31 37.65 Best match: zipp 3.17.0 37.65 Processing zipp-3.17.0-py3-none-any.whl 37.65 Installing zipp-3.17.0-py3-none-any.whl to /usr/local/lib/python3.10/dist-packages 37.67 Adding zipp 3.17.0 to easy-install.pth file 37.67 37.67 Installed /usr/local/lib/python3.10/dist-packages/zipp-3.17.0-py3.10.egg 37.69 Searching for requests==2.28.1 37.70 Best match: requests 2.28.1 37.70 Adding requests 2.28.1 to easy-install.pth file 37.70 37.70 Using /usr/local/lib/python3.10/dist-packages 37.70 Searching for numpy==1.24.1 37.70 Best match: numpy 1.24.1 37.70 Adding numpy 1.24.1 to easy-install.pth file 37.70 Installing f2py script to /usr/local/bin 37.70 Installing f2py3 script to /usr/local/bin 37.70 Installing f2py3.10 script to /usr/local/bin 37.70 37.70 Using /usr/local/lib/python3.10/dist-packages 37.70 Searching for filelock==3.9.0 37.70 Best match: filelock 3.9.0 37.70 Adding filelock 3.9.0 to easy-install.pth file 37.70 37.70 Using /usr/local/lib/python3.10/dist-packages 37.70 Searching for Pillow==9.3.0 37.70 Best match: Pillow 9.3.0 37.70 Adding Pillow 9.3.0 to easy-install.pth file 37.70 37.70 Using /usr/local/lib/python3.10/dist-packages 37.70 Searching for torch==2.1.0+cu118 37.70 Best match: torch 2.1.0+cu118 37.70 Adding torch 2.1.0+cu118 to easy-install.pth file 37.70 Installing convert-caffe2-to-onnx script to /usr/local/bin 37.70 Installing convert-onnx-to-caffe2 script to /usr/local/bin 37.70 Installing torchrun script to /usr/local/bin 37.70 37.70 Using /usr/local/lib/python3.10/dist-packages 37.70 Searching for idna==3.4 37.70 Best match: idna 3.4 37.70 Adding idna 3.4 to easy-install.pth file 37.70 37.70 Using /usr/local/lib/python3.10/dist-packages 37.70 Searching for certifi==2022.12.7 37.70 Best match: certifi 2022.12.7 37.70 Adding certifi 2022.12.7 to easy-install.pth file 37.70 37.70 Using /usr/local/lib/python3.10/dist-packages 37.70 Searching for charset-normalizer==2.1.1 37.70 Best match: charset-normalizer 2.1.1 37.70 Adding charset-normalizer 2.1.1 to easy-install.pth file 37.70 Installing normalizer script to /usr/local/bin 37.70 37.70 Using /usr/local/lib/python3.10/dist-packages 37.70 Searching for urllib3==1.26.13 37.70 Best match: urllib3 1.26.13 37.70 Adding urllib3 1.26.13 to easy-install.pth file 37.70 37.70 Using /usr/local/lib/python3.10/dist-packages 37.70 Searching for typing-extensions==4.4.0 37.70 Best match: typing-extensions 4.4.0 37.70 Adding typing-extensions 4.4.0 to easy-install.pth file 37.70 37.70 Using /usr/local/lib/python3.10/dist-packages 37.71 Searching for sympy==1.12 37.71 Best match: sympy 1.12 37.71 Adding sympy 1.12 to easy-install.pth file 37.71 Installing isympy script to /usr/local/bin 37.71 37.71 Using /usr/local/lib/python3.10/dist-packages 37.71 Searching for Jinja2==3.1.2 37.71 Best match: Jinja2 3.1.2 37.71 Adding Jinja2 3.1.2 to easy-install.pth file 37.71 37.71 Using /usr/local/lib/python3.10/dist-packages 37.71 Searching for triton==2.1.0 37.71 Best match: triton 2.1.0 37.71 Adding triton 2.1.0 to easy-install.pth file 37.71 37.71 Using /usr/local/lib/python3.10/dist-packages 37.71 Searching for networkx==3.0 37.71 Best match: networkx 3.0 37.71 Adding networkx 3.0 to easy-install.pth file 37.71 37.71 Using /usr/local/lib/python3.10/dist-packages 37.71 Searching for mpmath==1.3.0 37.71 Best match: mpmath 1.3.0 37.71 Adding mpmath 1.3.0 to easy-install.pth file 37.71 37.71 Using /usr/local/lib/python3.10/dist-packages 37.71 Searching for MarkupSafe==2.1.3 37.71 Best match: MarkupSafe 2.1.3 37.71 Adding MarkupSafe 2.1.3 to easy-install.pth file 37.71 37.71 Using /usr/local/lib/python3.10/dist-packages 37.71 Finished processing dependencies for streamdiffusion==0.1.1 37.71 running easy_install 37.71 /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:158: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 37.71 warnings.warn( 37.73 WARNING: The easy_install command is deprecated and will be removed in a future version. 37.73 Searching for streamdiffusion[tensorrt] 37.73 Best match: streamdiffusion 0.1.1 37.73 streamdiffusion 0.1.1 is already the active version in easy-install.pth 37.73 37.73 Using /streamdiffusion/src 37.73 Processing dependencies for streamdiffusion[tensorrt] 37.75 Searching for protobuf==3.20.2 37.75 Reading https://pypi.org/simple/protobuf/ 44.76 Downloading https://files.pythonhosted.org/packages/8b/e6/2a47ce2eba1aaf287380a44270da897ada03d118a55c19595ec7b4f0831f/protobuf-3.20.2-py2.py3-none-any.whl#sha256=c9cdf251c582c16fd6a9f5e95836c90828d51b0069ad22f463761d27c6c19019 44.78 Best match: protobuf 3.20.2 44.78 Processing protobuf-3.20.2-py2.py3-none-any.whl 44.78 Installing protobuf-3.20.2-py2.py3-none-any.whl to /usr/local/lib/python3.10/dist-packages 44.79 Adding protobuf 3.20.2 to easy-install.pth file 44.79 44.79 Installed /usr/local/lib/python3.10/dist-packages/protobuf-3.20.2-py3.10.egg 44.79 Searching for onnxruntime==1.16.3 44.79 Reading https://pypi.org/simple/onnxruntime/ 46.79 Downloading https://files.pythonhosted.org/packages/7a/cf/6aa8c56fd63f53c2c485921e411269c7b501a2b4e634bd02f226ab2d5d8e/onnxruntime-1.16.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=ef2b1fc269cabd27f129fb9058917d6fdc89b188c49ed8700f300b945c81f889 46.89 Best match: onnxruntime 1.16.3 46.89 Processing onnxruntime-1.16.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl 46.89 Installing onnxruntime-1.16.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /usr/local/lib/python3.10/dist-packages 46.98 Adding onnxruntime 1.16.3 to easy-install.pth file 46.98 Installing onnxruntime_test script to /usr/local/bin 46.98 46.98 Installed /usr/local/lib/python3.10/dist-packages/onnxruntime-1.16.3-py3.10-linux-x86_64.egg 46.98 Searching for onnx==1.15.0 46.98 Reading https://pypi.org/simple/onnx/ 48.62 Downloading https://files.pythonhosted.org/packages/e6/74/522f651adbcd4b6d359b1a3e381185f8e1cd0ada8e9a97465a1990855dff/onnx-1.15.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=96ed899fe6000edc05bb2828863d3841cfddd5a7cf04c1a771f112e94de75d9f 48.86 Best match: onnx 1.15.0 48.86 Processing onnx-1.15.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl 48.86 Installing onnx-1.15.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /usr/local/lib/python3.10/dist-packages 49.41 Adding onnx 1.15.0 to easy-install.pth file 49.41 Installing backend-test-tools script to /usr/local/bin 49.41 Installing check-model script to /usr/local/bin 49.41 Installing check-node script to /usr/local/bin 49.41 49.41 Installed /usr/local/lib/python3.10/dist-packages/onnx-1.15.0-py3.10-linux-x86_64.egg 49.41 Searching for cuda-python 49.41 Reading https://pypi.org/simple/cuda-python/ 50.09 Downloading https://files.pythonhosted.org/packages/03/80/b42e8fbae7fdaa21e4651e90cc21f69239047b7e6b957b988e0dfc3c9679/cuda_python-12.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=7560ea424044420a2762559832e392e48317889db62c5da7e8957b1907996d32 50.48 Best match: cuda-python 12.3.0 50.48 Processing cuda_python-12.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl 50.48 Installing cuda_python-12.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /usr/local/lib/python3.10/dist-packages 50.84 Adding cuda-python 12.3.0 to easy-install.pth file 50.84 50.84 Installed /usr/local/lib/python3.10/dist-packages/cuda_python-12.3.0-py3.10-linux-x86_64.egg 50.84 Searching for colored 50.84 Reading https://pypi.org/simple/colored/ 50.90 Downloading https://files.pythonhosted.org/packages/75/d1/548f697f88872321525e294f8863efbdd1c313964b7f94e49ab0dc4f2895/colored-2.2.4-py3-none-any.whl#sha256=a7069673bd90a35f46cb748d012c17284a0668d2f1c06bc7a51822a2d5ad2112 50.92 Best match: colored 2.2.4 50.92 Processing colored-2.2.4-py3-none-any.whl 50.92 Installing colored-2.2.4-py3-none-any.whl to /usr/local/lib/python3.10/dist-packages 50.92 Adding colored 2.2.4 to easy-install.pth file 50.92 50.92 Installed /usr/local/lib/python3.10/dist-packages/colored-2.2.4-py3.10.egg 51.02 Searching for flatbuffers 51.02 Reading https://pypi.org/simple/flatbuffers/ 51.11 Downloading https://files.pythonhosted.org/packages/6f/12/d5c79ee252793ffe845d58a913197bfa02ae9a0b5c9bc3dc4b58d477b9e7/flatbuffers-23.5.26-py2.py3-none-any.whl#sha256=c0ff356da363087b915fde4b8b45bdda73432fc17cddb3c8157472eab1422ad1 51.12 Best match: flatbuffers 23.5.26 51.12 Processing flatbuffers-23.5.26-py2.py3-none-any.whl 51.13 Installing flatbuffers-23.5.26-py2.py3-none-any.whl to /usr/local/lib/python3.10/dist-packages 51.13 Adding flatbuffers 23.5.26 to easy-install.pth file 51.13 51.13 Installed /usr/local/lib/python3.10/dist-packages/flatbuffers-23.5.26-py3.10.egg 51.13 Searching for coloredlogs 51.13 Reading https://pypi.org/simple/coloredlogs/ 51.28 Downloading https://files.pythonhosted.org/packages/a7/06/3d6badcf13db419e25b07041d9c7b4a2c331d3f4e7134445ec5df57714cd/coloredlogs-15.0.1-py2.py3-none-any.whl#sha256=612ee75c546f53e92e70049c9dbfcc18c935a2b9a53b66085ce9ef6a6e5c0934 51.30 Best match: coloredlogs 15.0.1 51.30 Processing coloredlogs-15.0.1-py2.py3-none-any.whl 51.30 Installing coloredlogs-15.0.1-py2.py3-none-any.whl to /usr/local/lib/python3.10/dist-packages 51.31 Adding coloredlogs 15.0.1 to easy-install.pth file 51.31 Installing coloredlogs script to /usr/local/bin 51.31 51.31 Installed /usr/local/lib/python3.10/dist-packages/coloredlogs-15.0.1-py3.10.egg 51.36 Searching for humanfriendly>=9.1 51.36 Reading https://pypi.org/simple/humanfriendly/ 51.64 Downloading https://files.pythonhosted.org/packages/f0/0f/310fb31e39e2d734ccaa2c0fb981ee41f7bd5056ce9bc29b2248bd569169/humanfriendly-10.0-py2.py3-none-any.whl#sha256=1697e1a8a8f550fd43c2865cd84542fc175a61dcb779b6fee18cf6b6ccba1477 51.65 Best match: humanfriendly 10.0 51.65 Processing humanfriendly-10.0-py2.py3-none-any.whl 51.66 Installing humanfriendly-10.0-py2.py3-none-any.whl to /usr/local/lib/python3.10/dist-packages 51.66 Adding humanfriendly 10.0 to easy-install.pth file 51.67 Installing humanfriendly script to /usr/local/bin 51.67 51.67 Installed /usr/local/lib/python3.10/dist-packages/humanfriendly-10.0-py3.10.egg 51.70 Finished processing dependencies for streamdiffusion[tensorrt] 52.77 The cache for model files in Transformers v4.22.0 has been updated. Migrating your old cache. This is a one-time only operation. You can interrupt this and resume the migration later on by calling `transformers.utils.move_cache()`. 0it [00:00, ?it/s] 53.80 Collecting nvidia-cudnn-cu11==8.9.4.25 53.87 Downloading nvidia_cudnn_cu11-8.9.4.25-py3-none-manylinux1_x86_64.whl (719.3 MB) 64.00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 719.3/719.3 MB 79.3 MB/s eta 0:00:00 64.43 Collecting nvidia-cublas-cu11 64.44 Downloading nvidia_cublas_cu11-11.11.3.6-py3-none-manylinux1_x86_64.whl (417.9 MB) 71.10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 417.9/417.9 MB 65.9 MB/s eta 0:00:00 71.36 Collecting nvidia-cuda-nvrtc-cu11 71.37 Downloading nvidia_cuda_nvrtc_cu11-11.8.89-py3-none-manylinux1_x86_64.whl (23.2 MB) 71.73 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.2/23.2 MB 63.5 MB/s eta 0:00:00 71.95 Installing collected packages: nvidia-cuda-nvrtc-cu11, nvidia-cublas-cu11, nvidia-cudnn-cu11 81.48 Successfully installed nvidia-cublas-cu11-11.11.3.6 nvidia-cuda-nvrtc-cu11-11.8.89 nvidia-cudnn-cu11-8.9.4.25 81.48 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 81.80 Looking in indexes: https://pypi.org/simple, https://pypi.nvidia.com 81.98 Collecting tensorrt==9.0.1.post11.dev4 81.99 Downloading https://pypi.nvidia.com/tensorrt/tensorrt-9.0.1.post11.dev4.tar.gz (18 kB) 81.99 Preparing metadata (setup.py): started 82.11 Preparing metadata (setup.py): finished with status 'done' 82.16 Collecting tensorrt_bindings==9.0.1.post11.dev4 82.16 Downloading https://pypi.nvidia.com/tensorrt-bindings/tensorrt_bindings-9.0.1.post11.dev4-cp310-none-manylinux_2_17_x86_64.whl (956 kB) 82.18 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 956.2/956.2 KB 68.1 MB/s eta 0:00:00 82.22 Collecting tensorrt_libs==9.0.1.post11.dev4 82.23 Downloading https://pypi.nvidia.com/tensorrt-libs/tensorrt_libs-9.0.1.post11.dev4-py2.py3-none-manylinux_2_17_x86_64.whl (1060.6 MB) 97.60 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 GB 75.7 MB/s eta 0:00:00 98.22 Requirement already satisfied: nvidia-cudnn-cu11 in /usr/local/lib/python3.10/dist-packages (from tensorrt_libs==9.0.1.post11.dev4->tensorrt==9.0.1.post11.dev4) (8.9.4.25) 98.62 Collecting nvidia-cuda-runtime-cu11 98.69 Downloading nvidia_cuda_runtime_cu11-11.8.89-py3-none-manylinux1_x86_64.whl (875 kB) 98.71 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 875.6/875.6 KB 53.1 MB/s eta 0:00:00 98.71 Requirement already satisfied: nvidia-cublas-cu11 in /usr/local/lib/python3.10/dist-packages (from tensorrt_libs==9.0.1.post11.dev4->tensorrt==9.0.1.post11.dev4) (11.11.3.6) 98.71 Requirement already satisfied: nvidia-cuda-nvrtc-cu11 in /usr/local/lib/python3.10/dist-packages (from nvidia-cudnn-cu11->tensorrt_libs==9.0.1.post11.dev4->tensorrt==9.0.1.post11.dev4) (11.8.89) 98.71 Building wheels for collected packages: tensorrt 98.71 Building wheel for tensorrt (setup.py): started 98.84 Building wheel for tensorrt (setup.py): finished with status 'done' 98.84 Created wheel for tensorrt: filename=tensorrt-9.0.1.post11.dev4-py2.py3-none-any.whl size=17643 sha256=90d3db11ac2aaced257d97cc7a277fd249cd34874c0549d4102cbef4e5d16ece 98.84 Stored in directory: /tmp/pip-ephem-wheel-cache-vr5vxe8g/wheels/d1/6d/71/f679d0d23a60523f9a05445e269bfd0bcd1c5272097fa931df 98.84 Successfully built tensorrt 99.04 Installing collected packages: tensorrt_bindings, nvidia-cuda-runtime-cu11, tensorrt_libs, tensorrt 107.9 Successfully installed nvidia-cuda-runtime-cu11-11.8.89 tensorrt-9.0.1.post11.dev4 tensorrt_bindings-9.0.1.post11.dev4 tensorrt_libs-9.0.1.post11.dev4 107.9 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 108.2 Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com 108.9 Collecting polygraphy==0.47.1 108.9 Downloading https://developer.download.nvidia.com/compute/redist/polygraphy/polygraphy-0.47.1-py2.py3-none-any.whl (303 kB) 108.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 303.6/303.6 KB 26.1 MB/s eta 0:00:00 109.1 Installing collected packages: polygraphy 109.2 Successfully installed polygraphy-0.47.1 109.2 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 109.5 Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com 110.3 Collecting onnx-graphsurgeon==0.3.26 110.3 Downloading https://developer.download.nvidia.com/compute/redist/onnx-graphsurgeon/onnx_graphsurgeon-0.3.26-py2.py3-none-any.whl (41 kB) 110.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.0/41.0 KB 15.9 MB/s eta 0:00:00 110.3 Requirement already satisfied: onnx in /usr/local/lib/python3.10/dist-packages/onnx-1.15.0-py3.10-linux-x86_64.egg (from onnx-graphsurgeon==0.3.26) (1.15.0) 110.3 Requirement already satisfied: numpy in /usr/local/lib/python3.10/dist-packages (from onnx-graphsurgeon==0.3.26) (1.24.1) 110.3 Requirement already satisfied: protobuf>=3.20.2 in /usr/local/lib/python3.10/dist-packages/protobuf-3.20.2-py3.10.egg (from onnx->onnx-graphsurgeon==0.3.26) (3.20.2) 110.5 Installing collected packages: onnx-graphsurgeon 110.5 Successfully installed onnx-graphsurgeon-0.3.26 110.5 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 110.9 ERROR: Could not find a version that satisfies the requirement pywin32 (from versions: none) 110.9 ERROR: No matching distribution found for pywin32 110.9 Error running command: -m pip install pywin32 110.9 Traceback (most recent call last): 110.9 File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 110.9 return _run_code(code, main_globals, None, 110.9 File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 110.9 exec(code, run_globals) 110.9 File "/streamdiffusion/src/streamdiffusion/tools/install-tensorrt.py", line 53, in 110.9 fire.Fire(install) 110.9 File "/usr/local/lib/python3.10/dist-packages/fire-0.5.0-py3.10.egg/fire/core.py", line 141, in Fire 110.9 component_trace = _Fire(component, args, parsed_flag_args, context, name) 110.9 File "/usr/local/lib/python3.10/dist-packages/fire-0.5.0-py3.10.egg/fire/core.py", line 475, in _Fire 110.9 component, remaining_args = _CallAndUpdateTrace( 110.9 File "/usr/local/lib/python3.10/dist-packages/fire-0.5.0-py3.10.egg/fire/core.py", line 691, in _CallAndUpdateTrace 110.9 component = fn(*varargs, **kwargs) 110.9 File "/streamdiffusion/src/streamdiffusion/tools/install-tensorrt.py", line 45, in install 110.9 run_pip( 110.9 File "/streamdiffusion/src/streamdiffusion/pip_utils.py", line 52, in run_pip 110.9 return run_python(f"-m pip {command}", env) 110.9 File "/streamdiffusion/src/streamdiffusion/pip_utils.py", line 46, in run_python 110.9 raise RuntimeError(f"Error running command: {command}") 110.9 RuntimeError: Error running command: -m pip install pywin32 110.9 Installing TensorRT requirements... 110.9 "/usr/bin/python" -m pip install nvidia-cudnn-cu11==8.9.4.25 --no-cache-dir 110.9 "/usr/bin/python" -m pip install --pre --extra-index-url https://pypi.nvidia.com tensorrt==9.0.1.post11.dev4 --no-cache-dir 110.9 "/usr/bin/python" -m pip install polygraphy==0.47.1 --extra-index-url https://pypi.ngc.nvidia.com 110.9 "/usr/bin/python" -m pip install onnx-graphsurgeon==0.3.26 --extra-index-url https://pypi.ngc.nvidia.com 110.9 "/usr/bin/python" -m pip install pywin32 ------ Dockerfile:35 -------------------- 34 | 35 | >>> RUN python setup.py develop easy_install streamdiffusion[tensorrt] \ 36 | >>> && python -m streamdiffusion.tools.install-tensorrt 37 | -------------------- ERROR: failed to solve: process "/bin/sh -c python setup.py develop easy_install streamdiffusion[tensorrt] && python -m streamdiffusion.tools.install-tensorrt" did not complete successfully: exit code: 1