Spaces:
Build error
Build error
build error
Build logs:
===== Build Queued at 2023-03-16 09:31:37 / Commit SHA: 10d0895 =====
n8dmx 2023-03-16T09:44:01.184Z --> FROM docker.io/library/python:3.8.9@sha256:49d05fff9cb3b185b15ffd92d8e6bd61c20aa916133dca2e3dbe0215270faf53
n8dmx 2023-03-16T09:44:01.473Z DONE 0.3s
n8dmx 2023-03-16T09:44:01.624Z --> RUN sed -i 's http://deb.debian.org http://cdn-aws.deb.debian.org g' /etc/apt/sources.list && sed -i 's http://archive.ubuntu.com http://us-east-1.ec2.archive.ubuntu.com g' /etc/apt/sources.list && sed -i '/security/d' /etc/apt/sources.list && apt-get update && apt-get install -y git git-lfs ffmpeg libsm6 libxext6 cmake libgl1-mesa-glx && rm -rf /var/lib/apt/lists/* && git lfs install
n8dmx 2023-03-16T09:44:01.624Z CACHED
n8dmx 2023-03-16T09:44:01.624Z --> WORKDIR /home/user/app
n8dmx 2023-03-16T09:44:01.624Z CACHED
n8dmx 2023-03-16T09:44:01.624Z --> RUN --mount=target=/root/packages.txt,source=packages.txt sed -i 's http://deb.debian.org http://cdn-aws.deb.debian.org g' /etc/apt/sources.list && sed -i 's http://archive.ubuntu.com http://us-east-1.ec2.archive.ubuntu.com g' /etc/apt/sources.list && sed -i '/security/d' /etc/apt/sources.list && apt-get update && xargs -r -a /root/packages.txt apt-get install -y && rm -rf /var/lib/apt/lists/*
n8dmx 2023-03-16T09:44:01.624Z CACHED
n8dmx 2023-03-16T09:44:01.624Z --> RUN pip install --no-cache-dir pip==22.3.1 && pip install --no-cache-dir datasets "huggingface-hub>=0.12.1" "protobuf<4" "click<8.1"
n8dmx 2023-03-16T09:44:01.624Z CACHED
n8dmx 2023-03-16T09:44:01.624Z --> RUN useradd -m -u 1000 user
n8dmx 2023-03-16T09:44:01.624Z CACHED
n8dmx 2023-03-16T09:44:01.624Z --> RUN --mount=target=pre-requirements.txt,source=pre-requirements.txt pip install --no-cache-dir -r pre-requirements.txt
n8dmx 2023-03-16T09:44:03.249Z CACHED
n8dmx 2023-03-16T09:44:29.384Z DONE 27.7s
n8dmx 2023-03-16T09:44:45.524Z DONE 42.4s
n8dmx 2023-03-16T09:45:16.855Z DONE 74.6s
n8dmx 2023-03-16T09:45:21.207Z DONE 78.9s
n8dmx 2023-03-16T09:45:27.212Z DONE 84.9s
n8dmx 2023-03-16T09:45:27.312Z DONE 85.0s
n8dmx 2023-03-16T09:45:27.828Z --> RUN --mount=target=requirements.txt,source=requirements.txt pip install --no-cache-dir -r requirements.txt
n8dmx 2023-03-16T09:47:58.026Z Defaulting to user installation because normal site-packages is not writeable
n8dmx 2023-03-16T09:47:58.477Z Collecting gradio
n8dmx 2023-03-16T09:47:59.049Z Downloading gradio-3.21.0-py3-none-any.whl (15.8 MB)
n8dmx 2023-03-16T09:47:59.800Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.8/15.8 MB 25.8 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:00.143Z Collecting torch
n8dmx 2023-03-16T09:48:00.251Z Downloading torch-2.0.0-cp38-cp38-manylinux1_x86_64.whl (619.9 MB)
n8dmx 2023-03-16T09:48:22.041Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 619.9/619.9 MB 235.9 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:22.615Z Collecting transformers==4.17
n8dmx 2023-03-16T09:48:22.632Z Downloading transformers-4.17.0-py3-none-any.whl (3.8 MB)
n8dmx 2023-03-16T09:48:22.632Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 MB 115.0 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:22.632Z Collecting datasets==1.18.3
n8dmx 2023-03-16T09:48:22.766Z Downloading datasets-1.18.3-py3-none-any.whl (311 kB)
n8dmx 2023-03-16T09:48:22.766Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 311.7/311.7 kB 259.8 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:22.766Z Collecting biopython==1.78
n8dmx 2023-03-16T09:48:22.917Z Downloading biopython-1.78-cp38-cp38-manylinux1_x86_64.whl (2.3 MB)
n8dmx 2023-03-16T09:48:22.917Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 238.4 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:23.191Z Collecting matplotlib==3.2.2
n8dmx 2023-03-16T09:48:23.191Z Downloading matplotlib-3.2.2-cp38-cp38-manylinux1_x86_64.whl (12.4 MB)
n8dmx 2023-03-16T09:48:23.342Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.4/12.4 MB 201.8 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:23.342Z Collecting seaborn==0.11.2
n8dmx 2023-03-16T09:48:23.342Z Downloading seaborn-0.11.2-py3-none-any.whl (292 kB)
n8dmx 2023-03-16T09:48:23.342Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 292.8/292.8 kB 287.0 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:23.599Z Collecting sacremoses
n8dmx 2023-03-16T09:48:23.750Z Downloading sacremoses-0.0.53.tar.gz (880 kB)
n8dmx 2023-03-16T09:48:23.750Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 880.6/880.6 kB 297.7 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:23.750Z Preparing metadata (setup.py): started
n8dmx 2023-03-16T09:48:24.351Z Preparing metadata (setup.py): finished with status 'done'
n8dmx 2023-03-16T09:48:24.351Z Requirement already satisfied: packaging>=20.0 in /home/user/.local/lib/python3.8/site-packages (from transformers==4.17->-r requirements.txt (line 3)) (23.0)
n8dmx 2023-03-16T09:48:24.351Z Requirement already satisfied: huggingface-hub<1.0,>=0.1.0 in /home/user/.local/lib/python3.8/site-packages (from transformers==4.17->-r requirements.txt (line 3)) (0.13.1)
n8dmx 2023-03-16T09:48:24.351Z Requirement already satisfied: tqdm>=4.27 in /home/user/.local/lib/python3.8/site-packages (from transformers==4.17->-r requirements.txt (line 3)) (4.65.0)
n8dmx 2023-03-16T09:48:24.953Z Collecting regex!=2019.12.17
n8dmx 2023-03-16T09:48:24.953Z Downloading regex-2022.10.31-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (772 kB)
n8dmx 2023-03-16T09:48:24.953Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 772.3/772.3 kB 302.3 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:24.953Z Requirement already satisfied: numpy>=1.17 in /home/user/.local/lib/python3.8/site-packages (from transformers==4.17->-r requirements.txt (line 3)) (1.24.2)
n8dmx 2023-03-16T09:48:24.953Z Requirement already satisfied: filelock in /home/user/.local/lib/python3.8/site-packages (from transformers==4.17->-r requirements.txt (line 3)) (3.9.0)
n8dmx 2023-03-16T09:48:24.953Z Requirement already satisfied: requests in /home/user/.local/lib/python3.8/site-packages (from transformers==4.17->-r requirements.txt (line 3)) (2.28.2)
n8dmx 2023-03-16T09:48:24.953Z Requirement already satisfied: pyyaml>=5.1 in /home/user/.local/lib/python3.8/site-packages (from transformers==4.17->-r requirements.txt (line 3)) (6.0)
n8dmx 2023-03-16T09:48:25.099Z Collecting tokenizers!=0.11.3,>=0.11.1
n8dmx 2023-03-16T09:48:25.249Z Downloading tokenizers-0.13.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.6 MB)
n8dmx 2023-03-16T09:48:25.249Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.6/7.6 MB 200.0 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:25.360Z Requirement already satisfied: dill in /home/user/.local/lib/python3.8/site-packages (from datasets==1.18.3->-r requirements.txt (line 4)) (0.3.6)
n8dmx 2023-03-16T09:48:25.461Z Requirement already satisfied: fsspec[http]>=2021.05.0 in /home/user/.local/lib/python3.8/site-packages (from datasets==1.18.3->-r requirements.txt (line 4)) (2023.3.0)
n8dmx 2023-03-16T09:48:25.461Z Requirement already satisfied: pyarrow!=4.0.0,>=3.0.0 in /home/user/.local/lib/python3.8/site-packages (from datasets==1.18.3->-r requirements.txt (line 4)) (11.0.0)
n8dmx 2023-03-16T09:48:25.461Z Requirement already satisfied: aiohttp in /home/user/.local/lib/python3.8/site-packages (from datasets==1.18.3->-r requirements.txt (line 4)) (3.8.4)
n8dmx 2023-03-16T09:48:25.461Z Requirement already satisfied: multiprocess in /home/user/.local/lib/python3.8/site-packages (from datasets==1.18.3->-r requirements.txt (line 4)) (0.70.14)
n8dmx 2023-03-16T09:48:25.461Z Requirement already satisfied: xxhash in /home/user/.local/lib/python3.8/site-packages (from datasets==1.18.3->-r requirements.txt (line 4)) (3.2.0)
n8dmx 2023-03-16T09:48:25.461Z Requirement already satisfied: pandas in /home/user/.local/lib/python3.8/site-packages (from datasets==1.18.3->-r requirements.txt (line 4)) (1.5.3)
n8dmx 2023-03-16T09:48:25.461Z Collecting kiwisolver>=1.0.1
n8dmx 2023-03-16T09:48:25.564Z Downloading kiwisolver-1.4.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.2 MB)
n8dmx 2023-03-16T09:48:25.564Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 253.0 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:25.564Z Collecting cycler>=0.10
n8dmx 2023-03-16T09:48:25.564Z Downloading cycler-0.11.0-py3-none-any.whl (6.4 kB)
n8dmx 2023-03-16T09:48:25.564Z Requirement already satisfied: python-dateutil>=2.1 in /home/user/.local/lib/python3.8/site-packages (from matplotlib==3.2.2->-r requirements.txt (line 6)) (2.8.2)
n8dmx 2023-03-16T09:48:25.564Z Collecting pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1
n8dmx 2023-03-16T09:48:25.715Z Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)
n8dmx 2023-03-16T09:48:25.715Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 kB 199.6 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:25.820Z Collecting scipy>=1.0
n8dmx 2023-03-16T09:48:25.971Z Downloading scipy-1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (34.5 MB)
n8dmx 2023-03-16T09:48:26.076Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.5/34.5 MB 246.5 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:26.076Z Collecting markdown-it-py[linkify]>=2.0.0
n8dmx 2023-03-16T09:48:26.189Z Downloading markdown_it_py-2.2.0-py3-none-any.whl (84 kB)
n8dmx 2023-03-16T09:48:26.189Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.5/84.5 kB 207.9 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:26.189Z Collecting markupsafe
n8dmx 2023-03-16T09:48:26.308Z Downloading MarkupSafe-2.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
n8dmx 2023-03-16T09:48:26.308Z Collecting httpx
n8dmx 2023-03-16T09:48:26.308Z Downloading httpx-0.23.3-py3-none-any.whl (71 kB)
n8dmx 2023-03-16T09:48:26.308Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 71.5/71.5 kB 253.4 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:26.308Z Collecting altair>=4.2.0
n8dmx 2023-03-16T09:48:26.308Z Downloading altair-4.2.2-py3-none-any.whl (813 kB)
n8dmx 2023-03-16T09:48:26.308Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 813.6/813.6 kB 165.0 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:26.308Z Collecting aiofiles
n8dmx 2023-03-16T09:48:26.438Z Downloading aiofiles-23.1.0-py3-none-any.whl (14 kB)
n8dmx 2023-03-16T09:48:26.438Z Collecting pydub
n8dmx 2023-03-16T09:48:26.438Z Downloading pydub-0.25.1-py2.py3-none-any.whl (32 kB)
n8dmx 2023-03-16T09:48:26.438Z Collecting uvicorn
n8dmx 2023-03-16T09:48:26.438Z Downloading uvicorn-0.21.0-py3-none-any.whl (57 kB)
n8dmx 2023-03-16T09:48:26.438Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.8/57.8 kB 147.6 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:26.438Z Collecting jinja2
n8dmx 2023-03-16T09:48:26.549Z Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
n8dmx 2023-03-16T09:48:26.549Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 223.9 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:26.549Z Collecting websockets>=10.0
n8dmx 2023-03-16T09:48:26.699Z Downloading websockets-10.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (106 kB)
n8dmx 2023-03-16T09:48:26.699Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.0/107.0 kB 246.7 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:26.699Z Requirement already satisfied: typing-extensions in /home/user/.local/lib/python3.8/site-packages (from gradio->-r requirements.txt (line 1)) (4.5.0)
n8dmx 2023-03-16T09:48:26.699Z Collecting ffmpy
n8dmx 2023-03-16T09:48:26.699Z Downloading ffmpy-0.3.0.tar.gz (4.8 kB)
n8dmx 2023-03-16T09:48:26.699Z Preparing metadata (setup.py): started
n8dmx 2023-03-16T09:48:27.451Z Preparing metadata (setup.py): finished with status 'done'
n8dmx 2023-03-16T09:48:27.716Z Collecting pillow
n8dmx 2023-03-16T09:48:27.822Z Downloading Pillow-9.4.0-cp38-cp38-manylinux_2_28_x86_64.whl (3.4 MB)
n8dmx 2023-03-16T09:48:27.822Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 301.3 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:27.822Z Collecting fastapi
n8dmx 2023-03-16T09:48:27.973Z Downloading fastapi-0.94.1-py3-none-any.whl (56 kB)
n8dmx 2023-03-16T09:48:27.973Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.4/56.4 kB 210.8 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:28.274Z Collecting orjson
n8dmx 2023-03-16T09:48:28.274Z Downloading orjson-3.8.7-cp38-cp38-manylinux_2_28_x86_64.whl (140 kB)
n8dmx 2023-03-16T09:48:28.274Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.7/140.7 kB 255.9 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:28.274Z Collecting python-multipart
n8dmx 2023-03-16T09:48:28.274Z Downloading python_multipart-0.0.6-py3-none-any.whl (45 kB)
n8dmx 2023-03-16T09:48:28.274Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.7/45.7 kB 201.3 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:28.378Z Collecting pydantic
n8dmx 2023-03-16T09:48:28.378Z Downloading pydantic-1.10.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB)
n8dmx 2023-03-16T09:48:28.378Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 308.9 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:28.378Z Collecting mdit-py-plugins<=0.3.3
n8dmx 2023-03-16T09:48:28.494Z Downloading mdit_py_plugins-0.3.3-py3-none-any.whl (50 kB)
n8dmx 2023-03-16T09:48:28.494Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.5/50.5 kB 220.4 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:28.494Z Collecting nvidia-cuda-cupti-cu11==11.7.101
n8dmx 2023-03-16T09:48:28.494Z Downloading nvidia_cuda_cupti_cu11-11.7.101-py3-none-manylinux1_x86_64.whl (11.8 MB)
n8dmx 2023-03-16T09:48:28.605Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.8/11.8 MB 246.3 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:28.605Z Collecting nvidia-cuda-nvrtc-cu11==11.7.99
n8dmx 2023-03-16T09:48:28.605Z Downloading nvidia_cuda_nvrtc_cu11-11.7.99-2-py3-none-manylinux1_x86_64.whl (21.0 MB)
n8dmx 2023-03-16T09:48:28.756Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.0/21.0 MB 244.8 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:28.756Z Collecting nvidia-cuda-runtime-cu11==11.7.99
n8dmx 2023-03-16T09:48:28.756Z Downloading nvidia_cuda_runtime_cu11-11.7.99-py3-none-manylinux1_x86_64.whl (849 kB)
n8dmx 2023-03-16T09:48:28.756Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 849.3/849.3 kB 300.9 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:28.756Z Collecting triton==2.0.0
n8dmx 2023-03-16T09:48:28.756Z Downloading triton-2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (63.2 MB)
n8dmx 2023-03-16T09:48:29.018Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.2/63.2 MB 297.2 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:29.018Z Collecting networkx
n8dmx 2023-03-16T09:48:29.130Z Downloading networkx-3.0-py3-none-any.whl (2.0 MB)
n8dmx 2023-03-16T09:48:29.130Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 325.6 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:29.130Z Collecting sympy
n8dmx 2023-03-16T09:48:29.130Z Downloading sympy-1.11.1-py3-none-any.whl (6.5 MB)
n8dmx 2023-03-16T09:48:29.130Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.5/6.5 MB 261.3 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:29.130Z Collecting nvidia-cudnn-cu11==8.5.0.96
n8dmx 2023-03-16T09:48:29.281Z Downloading nvidia_cudnn_cu11-8.5.0.96-2-py3-none-manylinux1_x86_64.whl (557.1 MB)
n8dmx 2023-03-16T09:48:31.386Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 557.1/557.1 MB 232.8 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:31.836Z Collecting nvidia-cusolver-cu11==11.4.0.1
n8dmx 2023-03-16T09:48:31.836Z Downloading nvidia_cusolver_cu11-11.4.0.1-2-py3-none-manylinux1_x86_64.whl (102.6 MB)
n8dmx 2023-03-16T09:48:32.138Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.6/102.6 MB 318.0 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:32.288Z Collecting nvidia-cusparse-cu11==11.7.4.91
n8dmx 2023-03-16T09:48:32.288Z Downloading nvidia_cusparse_cu11-11.7.4.91-py3-none-manylinux1_x86_64.whl (173.2 MB)
n8dmx 2023-03-16T09:48:33.000Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 173.2/173.2 MB 264.6 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:33.000Z Collecting nvidia-nvtx-cu11==11.7.91
n8dmx 2023-03-16T09:48:33.150Z Downloading nvidia_nvtx_cu11-11.7.91-py3-none-manylinux1_x86_64.whl (98 kB)
n8dmx 2023-03-16T09:48:33.150Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.6/98.6 kB 235.0 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:33.150Z Collecting nvidia-cublas-cu11==11.10.3.66
n8dmx 2023-03-16T09:48:33.150Z Downloading nvidia_cublas_cu11-11.10.3.66-py3-none-manylinux1_x86_64.whl (317.1 MB)
n8dmx 2023-03-16T09:48:34.460Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 317.1/317.1 MB 279.3 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:34.610Z Collecting nvidia-curand-cu11==10.2.10.91
n8dmx 2023-03-16T09:48:34.610Z Downloading nvidia_curand_cu11-10.2.10.91-py3-none-manylinux1_x86_64.whl (54.6 MB)
n8dmx 2023-03-16T09:48:34.911Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.6/54.6 MB 226.2 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:34.911Z Collecting nvidia-cufft-cu11==10.9.0.58
n8dmx 2023-03-16T09:48:34.911Z Downloading nvidia_cufft_cu11-10.9.0.58-py3-none-manylinux1_x86_64.whl (168.4 MB)
n8dmx 2023-03-16T09:48:35.662Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 168.4/168.4 MB 236.1 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:35.813Z Collecting nvidia-nccl-cu11==2.14.3
n8dmx 2023-03-16T09:48:35.813Z Downloading nvidia_nccl_cu11-2.14.3-py3-none-manylinux1_x86_64.whl (177.1 MB)
n8dmx 2023-03-16T09:48:36.564Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.1/177.1 MB 154.7 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:36.714Z Requirement already satisfied: setuptools in /usr/local/lib/python3.8/site-packages (from nvidia-cublas-cu11==11.10.3.66->torch->-r requirements.txt (line 2)) (56.0.0)
n8dmx 2023-03-16T09:48:36.714Z Requirement already satisfied: wheel in /usr/local/lib/python3.8/site-packages (from nvidia-cublas-cu11==11.10.3.66->torch->-r requirements.txt (line 2)) (0.36.2)
n8dmx 2023-03-16T09:48:36.985Z Collecting cmake
n8dmx 2023-03-16T09:48:36.985Z Downloading cmake-3.26.0-py2.py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (24.0 MB)
n8dmx 2023-03-16T09:48:37.133Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.0/24.0 MB 267.3 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:37.133Z Collecting lit
n8dmx 2023-03-16T09:48:37.133Z Downloading lit-15.0.7.tar.gz (132 kB)
n8dmx 2023-03-16T09:48:37.133Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.3/132.3 kB 291.1 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:37.133Z Preparing metadata (setup.py): started
n8dmx 2023-03-16T09:48:37.735Z Preparing metadata (setup.py): finished with status 'done'
n8dmx 2023-03-16T09:48:37.886Z Collecting jsonschema>=3.0
n8dmx 2023-03-16T09:48:37.886Z Downloading jsonschema-4.17.3-py3-none-any.whl (90 kB)
n8dmx 2023-03-16T09:48:37.886Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 kB 211.1 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:37.886Z Collecting entrypoints
n8dmx 2023-03-16T09:48:37.886Z Downloading entrypoints-0.4-py3-none-any.whl (5.3 kB)
n8dmx 2023-03-16T09:48:37.886Z Collecting toolz
n8dmx 2023-03-16T09:48:37.886Z Downloading toolz-0.12.0-py3-none-any.whl (55 kB)
n8dmx 2023-03-16T09:48:37.886Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 kB 229.6 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:37.886Z Requirement already satisfied: frozenlist>=1.1.1 in /home/user/.local/lib/python3.8/site-packages (from aiohttp->datasets==1.18.3->-r requirements.txt (line 4)) (1.3.3)
n8dmx 2023-03-16T09:48:37.886Z Requirement already satisfied: multidict<7.0,>=4.5 in /home/user/.local/lib/python3.8/site-packages (from aiohttp->datasets==1.18.3->-r requirements.txt (line 4)) (6.0.4)
n8dmx 2023-03-16T09:48:37.886Z Requirement already satisfied: aiosignal>=1.1.2 in /home/user/.local/lib/python3.8/site-packages (from aiohttp->datasets==1.18.3->-r requirements.txt (line 4)) (1.3.1)
n8dmx 2023-03-16T09:48:37.886Z Requirement already satisfied: attrs>=17.3.0 in /home/user/.local/lib/python3.8/site-packages (from aiohttp->datasets==1.18.3->-r requirements.txt (line 4)) (22.2.0)
n8dmx 2023-03-16T09:48:37.886Z Requirement already satisfied: charset-normalizer<4.0,>=2.0 in /home/user/.local/lib/python3.8/site-packages (from aiohttp->datasets==1.18.3->-r requirements.txt (line 4)) (3.1.0)
n8dmx 2023-03-16T09:48:37.886Z Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in /home/user/.local/lib/python3.8/site-packages (from aiohttp->datasets==1.18.3->-r requirements.txt (line 4)) (4.0.2)
n8dmx 2023-03-16T09:48:37.886Z Requirement already satisfied: yarl<2.0,>=1.0 in /home/user/.local/lib/python3.8/site-packages (from aiohttp->datasets==1.18.3->-r requirements.txt (line 4)) (1.8.2)
n8dmx 2023-03-16T09:48:37.991Z Collecting mdurl~=0.1
n8dmx 2023-03-16T09:48:37.991Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
n8dmx 2023-03-16T09:48:37.991Z Collecting linkify-it-py<3,>=1
n8dmx 2023-03-16T09:48:37.991Z Downloading linkify_it_py-2.0.0-py3-none-any.whl (19 kB)
n8dmx 2023-03-16T09:48:37.991Z Requirement already satisfied: pytz>=2020.1 in /home/user/.local/lib/python3.8/site-packages (from pandas->datasets==1.18.3->-r requirements.txt (line 4)) (2022.7.1)
n8dmx 2023-03-16T09:48:38.142Z Requirement already satisfied: six>=1.5 in /home/user/.local/lib/python3.8/site-packages (from python-dateutil>=2.1->matplotlib==3.2.2->-r requirements.txt (line 6)) (1.16.0)
n8dmx 2023-03-16T09:48:38.142Z Requirement already satisfied: certifi>=2017.4.17 in /home/user/.local/lib/python3.8/site-packages (from requests->transformers==4.17->-r requirements.txt (line 3)) (2022.12.7)
n8dmx 2023-03-16T09:48:38.142Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/user/.local/lib/python3.8/site-packages (from requests->transformers==4.17->-r requirements.txt (line 3)) (1.26.15)
n8dmx 2023-03-16T09:48:38.142Z Requirement already satisfied: idna<4,>=2.5 in /home/user/.local/lib/python3.8/site-packages (from requests->transformers==4.17->-r requirements.txt (line 3)) (3.4)
n8dmx 2023-03-16T09:48:38.291Z Collecting starlette<0.27.0,>=0.26.1
n8dmx 2023-03-16T09:48:38.291Z Downloading starlette-0.26.1-py3-none-any.whl (66 kB)
n8dmx 2023-03-16T09:48:38.291Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.9/66.9 kB 233.0 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:38.291Z Collecting sniffio
n8dmx 2023-03-16T09:48:38.442Z Downloading sniffio-1.3.0-py3-none-any.whl (10 kB)
n8dmx 2023-03-16T09:48:38.442Z Collecting httpcore<0.17.0,>=0.15.0
n8dmx 2023-03-16T09:48:38.442Z Downloading httpcore-0.16.3-py3-none-any.whl (69 kB)
n8dmx 2023-03-16T09:48:38.442Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.6/69.6 kB 229.3 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:38.442Z Collecting rfc3986[idna2008]<2,>=1.3
n8dmx 2023-03-16T09:48:38.442Z Downloading rfc3986-1.5.0-py2.py3-none-any.whl (31 kB)
n8dmx 2023-03-16T09:48:38.572Z Requirement already satisfied: click in /home/user/.local/lib/python3.8/site-packages (from sacremoses->transformers==4.17->-r requirements.txt (line 3)) (8.0.4)
n8dmx 2023-03-16T09:48:38.572Z Collecting joblib
n8dmx 2023-03-16T09:48:38.572Z Downloading joblib-1.2.0-py3-none-any.whl (297 kB)
n8dmx 2023-03-16T09:48:38.572Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 298.0/298.0 kB 285.8 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:38.572Z Collecting mpmath>=0.19
n8dmx 2023-03-16T09:48:38.572Z Downloading mpmath-1.3.0-py3-none-any.whl (536 kB)
n8dmx 2023-03-16T09:48:38.572Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 320.2 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:38.572Z Collecting h11>=0.8
n8dmx 2023-03-16T09:48:38.706Z Downloading h11-0.14.0-py3-none-any.whl (58 kB)
n8dmx 2023-03-16T09:48:38.706Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 231.0 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:38.706Z Collecting anyio<5.0,>=3.0
n8dmx 2023-03-16T09:48:38.814Z Downloading anyio-3.6.2-py3-none-any.whl (80 kB)
n8dmx 2023-03-16T09:48:38.814Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.6/80.6 kB 236.4 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:38.814Z Collecting pkgutil-resolve-name>=1.3.10
n8dmx 2023-03-16T09:48:38.814Z Downloading pkgutil_resolve_name-1.3.10-py3-none-any.whl (4.7 kB)
n8dmx 2023-03-16T09:48:38.814Z Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0
n8dmx 2023-03-16T09:48:38.965Z Downloading pyrsistent-0.19.3-py3-none-any.whl (57 kB)
n8dmx 2023-03-16T09:48:38.965Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 223.1 MB/s eta 0:00:00
n8dmx 2023-03-16T09:48:38.965Z Collecting importlib-resources>=1.4.0
n8dmx 2023-03-16T09:48:38.965Z Downloading importlib_resources-5.12.0-py3-none-any.whl (36 kB)
n8dmx 2023-03-16T09:48:38.965Z Collecting uc-micro-py
n8dmx 2023-03-16T09:48:38.965Z Downloading uc_micro_py-1.0.1-py3-none-any.whl (6.2 kB)
n8dmx 2023-03-16T09:48:39.266Z Collecting zipp>=3.1.0
n8dmx 2023-03-16T09:48:39.266Z Downloading zipp-3.15.0-py3-none-any.whl (6.8 kB)
n8dmx 2023-03-16T09:48:39.417Z Building wheels for collected packages: ffmpy, sacremoses, lit
n8dmx 2023-03-16T09:48:39.417Z Building wheel for ffmpy (setup.py): started
n8dmx 2023-03-16T09:48:40.169Z Building wheel for ffmpy (setup.py): finished with status 'done'
n8dmx 2023-03-16T09:48:40.169Z Created wheel for ffmpy: filename=ffmpy-0.3.0-py3-none-any.whl size=4709 sha256=4fe228abefa0e4037c4ab7bda359cfdf327164ae59913d2a138ab1800ee5539a
n8dmx 2023-03-16T09:48:40.169Z Stored in directory: /tmp/pip-ephem-wheel-cache-5qjtbbt8/wheels/c7/a7/3e/a6b4408a53b4de8176071a885ed909562c2e4e9422ef7622fe
n8dmx 2023-03-16T09:48:40.169Z Building wheel for sacremoses (setup.py): started
n8dmx 2023-03-16T09:48:41.071Z Building wheel for sacremoses (setup.py): finished with status 'done'
n8dmx 2023-03-16T09:48:41.071Z Created wheel for sacremoses: filename=sacremoses-0.0.53-py3-none-any.whl size=895254 sha256=e9818449e99285ae2e821a1d7793e9c819ff96606207b3bca6b425c1b7110388
n8dmx 2023-03-16T09:48:41.071Z Stored in directory: /tmp/pip-ephem-wheel-cache-5qjtbbt8/wheels/64/a3/ff/01dc060d7fc51176b3ce7cf1561466a12e658164b594747547
n8dmx 2023-03-16T09:48:41.071Z Building wheel for lit (setup.py): started
n8dmx 2023-03-16T09:48:41.822Z Building wheel for lit (setup.py): finished with status 'done'
n8dmx 2023-03-16T09:48:41.822Z Created wheel for lit: filename=lit-15.0.7-py3-none-any.whl size=89987 sha256=8ddba71924bd0fed462dd71d2231b28d91d99a6ae6b16399d33e307e53e662a2
n8dmx 2023-03-16T09:48:41.822Z Stored in directory: /tmp/pip-ephem-wheel-cache-5qjtbbt8/wheels/50/6e/bd/151b1c4a1f8bcedef7c39a14a956730a7c3185c62754d119d0
n8dmx 2023-03-16T09:48:41.822Z Successfully built ffmpy sacremoses lit
n8dmx 2023-03-16T09:48:43.024Z Installing collected packages: tokenizers, rfc3986, pydub, mpmath, lit, ffmpy, cmake, zipp, websockets, uc-micro-py, toolz, sympy, sniffio, scipy, regex, python-multipart, pyrsistent, pyparsing, pydantic, pkgutil-resolve-name, pillow, orjson, nvidia-nvtx-cu11, nvidia-nccl-cu11, nvidia-cusparse-cu11, nvidia-curand-cu11, nvidia-cufft-cu11, nvidia-cuda-runtime-cu11, nvidia-cuda-nvrtc-cu11, nvidia-cuda-cupti-cu11, nvidia-cublas-cu11, networkx, mdurl, markupsafe, kiwisolver, joblib, h11, entrypoints, cycler, biopython, aiofiles, uvicorn, sacremoses, nvidia-cusolver-cu11, nvidia-cudnn-cu11, matplotlib, markdown-it-py, linkify-it-py, jinja2, importlib-resources, anyio, transformers, starlette, seaborn, mdit-py-plugins, jsonschema, httpcore, httpx, fastapi, datasets, altair, gradio, triton, torch
n8dmx 2023-03-16T09:49:56.803Z Attempting uninstall: datasets
n8dmx 2023-03-16T09:49:56.803Z Found existing installation: datasets 2.10.1
n8dmx 2023-03-16T09:49:56.803Z Uninstalling datasets-2.10.1:
n8dmx 2023-03-16T09:49:56.803Z Successfully uninstalled datasets-2.10.1
n8dmx 2023-03-16T09:50:11.820Z Successfully installed aiofiles-23.1.0 altair-4.2.2 anyio-3.6.2 biopython-1.78 cmake-3.26.0 cycler-0.11.0 datasets-1.18.3 entrypoints-0.4 fastapi-0.94.1 ffmpy-0.3.0 gradio-3.21.0 h11-0.14.0 httpcore-0.16.3 httpx-0.23.3 importlib-resources-5.12.0 jinja2-3.1.2 joblib-1.2.0 jsonschema-4.17.3 kiwisolver-1.4.4 linkify-it-py-2.0.0 lit-15.0.7 markdown-it-py-2.2.0 markupsafe-2.1.2 matplotlib-3.2.2 mdit-py-plugins-0.3.3 mdurl-0.1.2 mpmath-1.3.0 networkx-3.0 nvidia-cublas-cu11-11.10.3.66 nvidia-cuda-cupti-cu11-11.7.101 nvidia-cuda-nvrtc-cu11-11.7.99 nvidia-cuda-runtime-cu11-11.7.99 nvidia-cudnn-cu11-8.5.0.96 nvidia-cufft-cu11-10.9.0.58 nvidia-curand-cu11-10.2.10.91 nvidia-cusolver-cu11-11.4.0.1 nvidia-cusparse-cu11-11.7.4.91 nvidia-nccl-cu11-2.14.3 nvidia-nvtx-cu11-11.7.91 orjson-3.8.7 pillow-9.4.0 pkgutil-resolve-name-1.3.10 pydantic-1.10.6 pydub-0.25.1 pyparsing-3.0.9 pyrsistent-0.19.3 python-multipart-0.0.6 regex-2022.10.31 rfc3986-1.5.0 sacremoses-0.0.53 scipy-1.10.1 seaborn-0.11.2 sniffio-1.3.0 starlette-0.26.1 sympy-1.11.1 tokenizers-0.13.2 toolz-0.12.0 torch-2.0.0 transformers-4.17.0 triton-2.0.0 uc-micro-py-1.0.1 uvicorn-0.21.0 websockets-10.4 zipp-3.15.0
n8dmx 2023-03-16T09:50:11.971Z
n8dmx 2023-03-16T09:50:11.971Z [notice] A new release of pip available: 22.3.1 -> 23.0.1
n8dmx 2023-03-16T09:50:11.971Z [notice] To update, run: python -m pip install --upgrade pip
n8dmx 2023-03-16T09:50:47.726Z DONE 320.4s
n8dmx 2023-03-16T09:50:47.877Z --> RUN pip install --no-cache-dir gradio==3.1.7
n8dmx 2023-03-16T09:50:48.929Z Defaulting to user installation because normal site-packages is not writeable
n8dmx 2023-03-16T09:50:49.193Z Collecting gradio==3.1.7
n8dmx 2023-03-16T09:50:49.193Z Downloading gradio-3.1.7-py3-none-any.whl (6.1 MB)
n8dmx 2023-03-16T09:50:49.193Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 206.1 MB/s eta 0:00:00
n8dmx 2023-03-16T09:50:49.193Z Requirement already satisfied: markdown-it-py[linkify,plugins] in /home/user/.local/lib/python3.8/site-packages (from gradio==3.1.7) (2.2.0)
n8dmx 2023-03-16T09:50:49.193Z Collecting analytics-python
n8dmx 2023-03-16T09:50:49.343Z Downloading analytics_python-1.4.0-py2.py3-none-any.whl (15 kB)
n8dmx 2023-03-16T09:50:49.343Z Requirement already satisfied: fsspec in /home/user/.local/lib/python3.8/site-packages (from gradio==3.1.7) (2023.3.0)
n8dmx 2023-03-16T09:50:49.343Z Collecting h11<0.13,>=0.11
n8dmx 2023-03-16T09:50:49.343Z Downloading h11-0.12.0-py3-none-any.whl (54 kB)
n8dmx 2023-03-16T09:50:49.343Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.9/54.9 kB 193.9 MB/s eta 0:00:00
n8dmx 2023-03-16T09:50:49.343Z Requirement already satisfied: Jinja2 in /home/user/.local/lib/python3.8/site-packages (from gradio==3.1.7) (3.1.2)
n8dmx 2023-03-16T09:50:49.343Z Requirement already satisfied: pandas in /home/user/.local/lib/python3.8/site-packages (from gradio==3.1.7) (1.5.3)
n8dmx 2023-03-16T09:50:49.343Z Requirement already satisfied: orjson in /home/user/.local/lib/python3.8/site-packages (from gradio==3.1.7) (3.8.7)
n8dmx 2023-03-16T09:50:49.343Z Collecting paramiko
n8dmx 2023-03-16T09:50:49.343Z Downloading paramiko-3.1.0-py3-none-any.whl (211 kB)
n8dmx 2023-03-16T09:50:49.343Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.2/211.2 kB 268.5 MB/s eta 0:00:00
n8dmx 2023-03-16T09:50:49.343Z Requirement already satisfied: fastapi in /home/user/.local/lib/python3.8/site-packages (from gradio==3.1.7) (0.94.1)
n8dmx 2023-03-16T09:50:49.343Z Requirement already satisfied: python-multipart in /home/user/.local/lib/python3.8/site-packages (from gradio==3.1.7) (0.0.6)
n8dmx 2023-03-16T09:50:49.343Z Requirement already satisfied: httpx in /home/user/.local/lib/python3.8/site-packages (from gradio==3.1.7) (0.23.3)
n8dmx 2023-03-16T09:50:49.343Z Requirement already satisfied: matplotlib in /home/user/.local/lib/python3.8/site-packages (from gradio==3.1.7) (3.2.2)
n8dmx 2023-03-16T09:50:49.343Z Requirement already satisfied: uvicorn in /home/user/.local/lib/python3.8/site-packages (from gradio==3.1.7) (0.21.0)
n8dmx 2023-03-16T09:50:49.343Z Requirement already satisfied: pillow in /home/user/.local/lib/python3.8/site-packages (from gradio==3.1.7) (9.4.0)
n8dmx 2023-03-16T09:50:49.479Z Collecting pycryptodome
n8dmx 2023-03-16T09:50:49.594Z Downloading pycryptodome-3.17-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB)
n8dmx 2023-03-16T09:50:49.594Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 309.1 MB/s eta 0:00:00
n8dmx 2023-03-16T09:50:49.594Z Requirement already satisfied: ffmpy in /home/user/.local/lib/python3.8/site-packages (from gradio==3.1.7) (0.3.0)
n8dmx 2023-03-16T09:50:49.594Z Requirement already satisfied: aiohttp in /home/user/.local/lib/python3.8/site-packages (from gradio==3.1.7) (3.8.4)
n8dmx 2023-03-16T09:50:49.594Z Requirement already satisfied: pydub in /home/user/.local/lib/python3.8/site-packages (from gradio==3.1.7) (0.25.1)
n8dmx 2023-03-16T09:50:49.594Z Requirement already satisfied: websockets in /home/user/.local/lib/python3.8/site-packages (from gradio==3.1.7) (10.4)
n8dmx 2023-03-16T09:50:49.594Z Requirement already satisfied: pydantic in /home/user/.local/lib/python3.8/site-packages (from gradio==3.1.7) (1.10.6)
n8dmx 2023-03-16T09:50:49.594Z Requirement already satisfied: numpy in /home/user/.local/lib/python3.8/site-packages (from gradio==3.1.7) (1.24.2)
n8dmx 2023-03-16T09:50:49.594Z Requirement already satisfied: requests in /home/user/.local/lib/python3.8/site-packages (from gradio==3.1.7) (2.28.2)
n8dmx 2023-03-16T09:50:49.594Z Requirement already satisfied: yarl<2.0,>=1.0 in /home/user/.local/lib/python3.8/site-packages (from aiohttp->gradio==3.1.7) (1.8.2)
n8dmx 2023-03-16T09:50:49.594Z Requirement already satisfied: charset-normalizer<4.0,>=2.0 in /home/user/.local/lib/python3.8/site-packages (from aiohttp->gradio==3.1.7) (3.1.0)
n8dmx 2023-03-16T09:50:49.594Z Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in /home/user/.local/lib/python3.8/site-packages (from aiohttp->gradio==3.1.7) (4.0.2)
n8dmx 2023-03-16T09:50:49.594Z Requirement already satisfied: multidict<7.0,>=4.5 in /home/user/.local/lib/python3.8/site-packages (from aiohttp->gradio==3.1.7) (6.0.4)
n8dmx 2023-03-16T09:50:49.594Z Requirement already satisfied: attrs>=17.3.0 in /home/user/.local/lib/python3.8/site-packages (from aiohttp->gradio==3.1.7) (22.2.0)
n8dmx 2023-03-16T09:50:49.594Z Requirement already satisfied: frozenlist>=1.1.1 in /home/user/.local/lib/python3.8/site-packages (from aiohttp->gradio==3.1.7) (1.3.3)
n8dmx 2023-03-16T09:50:49.594Z Requirement already satisfied: aiosignal>=1.1.2 in /home/user/.local/lib/python3.8/site-packages (from aiohttp->gradio==3.1.7) (1.3.1)
n8dmx 2023-03-16T09:50:49.594Z Collecting monotonic>=1.5
n8dmx 2023-03-16T09:50:49.594Z Downloading monotonic-1.6-py2.py3-none-any.whl (8.2 kB)
n8dmx 2023-03-16T09:50:49.594Z Collecting backoff==1.10.0
n8dmx 2023-03-16T09:50:49.706Z Downloading backoff-1.10.0-py2.py3-none-any.whl (31 kB)
n8dmx 2023-03-16T09:50:49.706Z Requirement already satisfied: python-dateutil>2.1 in /home/user/.local/lib/python3.8/site-packages (from analytics-python->gradio==3.1.7) (2.8.2)
n8dmx 2023-03-16T09:50:49.706Z Requirement already satisfied: six>=1.5 in /home/user/.local/lib/python3.8/site-packages (from analytics-python->gradio==3.1.7) (1.16.0)
n8dmx 2023-03-16T09:50:49.706Z Requirement already satisfied: idna<4,>=2.5 in /home/user/.local/lib/python3.8/site-packages (from requests->gradio==3.1.7) (3.4)
n8dmx 2023-03-16T09:50:49.706Z Requirement already satisfied: certifi>=2017.4.17 in /home/user/.local/lib/python3.8/site-packages (from requests->gradio==3.1.7) (2022.12.7)
n8dmx 2023-03-16T09:50:49.706Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/user/.local/lib/python3.8/site-packages (from requests->gradio==3.1.7) (1.26.15)
n8dmx 2023-03-16T09:50:49.706Z Requirement already satisfied: starlette<0.27.0,>=0.26.1 in /home/user/.local/lib/python3.8/site-packages (from fastapi->gradio==3.1.7) (0.26.1)
n8dmx 2023-03-16T09:50:49.706Z Requirement already satisfied: typing-extensions>=4.2.0 in /home/user/.local/lib/python3.8/site-packages (from pydantic->gradio==3.1.7) (4.5.0)
n8dmx 2023-03-16T09:50:49.706Z Requirement already satisfied: rfc3986[idna2008]<2,>=1.3 in /home/user/.local/lib/python3.8/site-packages (from httpx->gradio==3.1.7) (1.5.0)
n8dmx 2023-03-16T09:50:49.857Z Requirement already satisfied: sniffio in /home/user/.local/lib/python3.8/site-packages (from httpx->gradio==3.1.7) (1.3.0)
n8dmx 2023-03-16T09:50:49.857Z Requirement already satisfied: httpcore<0.17.0,>=0.15.0 in /home/user/.local/lib/python3.8/site-packages (from httpx->gradio==3.1.7) (0.16.3)
n8dmx 2023-03-16T09:50:49.857Z Requirement already satisfied: MarkupSafe>=2.0 in /home/user/.local/lib/python3.8/site-packages (from Jinja2->gradio==3.1.7) (2.1.2)
n8dmx 2023-03-16T09:50:49.857Z Requirement already satisfied: mdurl~=0.1 in /home/user/.local/lib/python3.8/site-packages (from markdown-it-py[linkify,plugins]->gradio==3.1.7) (0.1.2)
n8dmx 2023-03-16T09:50:49.857Z Requirement already satisfied: mdit-py-plugins in /home/user/.local/lib/python3.8/site-packages (from markdown-it-py[linkify,plugins]->gradio==3.1.7) (0.3.3)
n8dmx 2023-03-16T09:50:49.857Z Requirement already satisfied: linkify-it-py<3,>=1 in /home/user/.local/lib/python3.8/site-packages (from markdown-it-py[linkify,plugins]->gradio==3.1.7) (2.0.0)
n8dmx 2023-03-16T09:50:49.857Z Requirement already satisfied: kiwisolver>=1.0.1 in /home/user/.local/lib/python3.8/site-packages (from matplotlib->gradio==3.1.7) (1.4.4)
n8dmx 2023-03-16T09:50:49.857Z Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in /home/user/.local/lib/python3.8/site-packages (from matplotlib->gradio==3.1.7) (3.0.9)
n8dmx 2023-03-16T09:50:49.857Z Requirement already satisfied: cycler>=0.10 in /home/user/.local/lib/python3.8/site-packages (from matplotlib->gradio==3.1.7) (0.11.0)
n8dmx 2023-03-16T09:50:49.857Z Requirement already satisfied: pytz>=2020.1 in /home/user/.local/lib/python3.8/site-packages (from pandas->gradio==3.1.7) (2022.7.1)
n8dmx 2023-03-16T09:50:49.958Z Collecting pynacl>=1.5
n8dmx 2023-03-16T09:50:49.958Z Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
n8dmx 2023-03-16T09:50:49.958Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 297.0 MB/s eta 0:00:00
n8dmx 2023-03-16T09:50:49.958Z Collecting bcrypt>=3.2
n8dmx 2023-03-16T09:50:49.958Z Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB)
n8dmx 2023-03-16T09:50:50.108Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 593.7/593.7 kB 303.5 MB/s eta 0:00:00
n8dmx 2023-03-16T09:50:50.409Z Collecting cryptography>=3.3
n8dmx 2023-03-16T09:50:50.409Z Downloading cryptography-39.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB)
n8dmx 2023-03-16T09:50:50.409Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 316.1 MB/s eta 0:00:00
n8dmx 2023-03-16T09:50:50.409Z Requirement already satisfied: click>=7.0 in /home/user/.local/lib/python3.8/site-packages (from uvicorn->gradio==3.1.7) (8.0.4)
n8dmx 2023-03-16T09:50:50.682Z Collecting cffi>=1.12
n8dmx 2023-03-16T09:50:50.682Z Downloading cffi-1.15.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (442 kB)
n8dmx 2023-03-16T09:50:50.682Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 442.7/442.7 kB 322.3 MB/s eta 0:00:00
n8dmx 2023-03-16T09:50:50.682Z Requirement already satisfied: anyio<5.0,>=3.0 in /home/user/.local/lib/python3.8/site-packages (from httpcore<0.17.0,>=0.15.0->httpx->gradio==3.1.7) (3.6.2)
n8dmx 2023-03-16T09:50:50.682Z Collecting httpcore<0.17.0,>=0.15.0
n8dmx 2023-03-16T09:50:50.813Z Downloading httpcore-0.16.2-py3-none-any.whl (68 kB)
n8dmx 2023-03-16T09:50:50.813Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.0/69.0 kB 243.6 MB/s eta 0:00:00
n8dmx 2023-03-16T09:50:50.813Z Downloading httpcore-0.16.1-py3-none-any.whl (68 kB)
n8dmx 2023-03-16T09:50:50.813Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.7/68.7 kB 247.8 MB/s eta 0:00:00
n8dmx 2023-03-16T09:50:50.813Z Downloading httpcore-0.16.0-py3-none-any.whl (68 kB)
n8dmx 2023-03-16T09:50:50.813Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.7/68.7 kB 232.1 MB/s eta 0:00:00
n8dmx 2023-03-16T09:50:50.813Z Downloading httpcore-0.15.0-py3-none-any.whl (68 kB)
n8dmx 2023-03-16T09:50:50.813Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.4/68.4 kB 212.3 MB/s eta 0:00:00
n8dmx 2023-03-16T09:50:50.813Z Requirement already satisfied: uc-micro-py in /home/user/.local/lib/python3.8/site-packages (from linkify-it-py<3,>=1->markdown-it-py[linkify,plugins]->gradio==3.1.7) (1.0.1)
n8dmx 2023-03-16T09:50:50.961Z Collecting pycparser
n8dmx 2023-03-16T09:50:51.112Z Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
n8dmx 2023-03-16T09:50:51.112Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 238.8 MB/s eta 0:00:00
n8dmx 2023-03-16T09:50:51.863Z Installing collected packages: monotonic, pycryptodome, pycparser, h11, bcrypt, backoff, httpcore, cffi, analytics-python, pynacl, cryptography, paramiko, gradio
n8dmx 2023-03-16T09:50:52.765Z Attempting uninstall: h11
n8dmx 2023-03-16T09:50:52.765Z Found existing installation: h11 0.14.0
n8dmx 2023-03-16T09:50:52.765Z Uninstalling h11-0.14.0:
n8dmx 2023-03-16T09:50:52.765Z Successfully uninstalled h11-0.14.0
n8dmx 2023-03-16T09:50:53.066Z Attempting uninstall: httpcore
n8dmx 2023-03-16T09:50:53.066Z Found existing installation: httpcore 0.16.3
n8dmx 2023-03-16T09:50:53.066Z Uninstalling httpcore-0.16.3:
n8dmx 2023-03-16T09:50:53.066Z Successfully uninstalled httpcore-0.16.3
n8dmx 2023-03-16T09:50:53.943Z Attempting uninstall: gradio
n8dmx 2023-03-16T09:50:53.943Z Found existing installation: gradio 3.21.0
n8dmx 2023-03-16T09:50:53.943Z Uninstalling gradio-3.21.0:
n8dmx 2023-03-16T09:50:54.065Z Successfully uninstalled gradio-3.21.0
n8dmx 2023-03-16T09:50:54.517Z Successfully installed analytics-python-1.4.0 backoff-1.10.0 bcrypt-4.0.1 cffi-1.15.1 cryptography-39.0.2 gradio-3.1.7 h11-0.12.0 httpcore-0.15.0 monotonic-1.6 paramiko-3.1.0 pycparser-2.21 pycryptodome-3.17 pynacl-1.5.0
n8dmx 2023-03-16T09:50:54.668Z
n8dmx 2023-03-16T09:50:54.668Z [notice] A new release of pip available: 22.3.1 -> 23.0.1
n8dmx 2023-03-16T09:50:54.668Z [notice] To update, run: python -m pip install --upgrade pip
n8dmx 2023-03-16T09:50:55.387Z DONE 7.6s
n8dmx 2023-03-16T09:50:55.387Z --> COPY --link --chown=1000 --from=lfs /app /home/user/app
n8dmx 2023-03-16T09:50:55.387Z DONE 0.2s
n8dmx 2023-03-16T09:50:55.387Z --> COPY --link --chown=1000 ./ /home/user/app
n8dmx 2023-03-16T09:50:55.387Z DONE 0.4s
n8dmx 2023-03-16T09:50:55.538Z --> Pushing image