Spaces:
Build error
Build error
build error
Build logs:
===== Build Queued at 2023-03-24 09:49:11 / Commit SHA: 6bc4b20 =====
x5vmr 2023-03-24T09:49:16.964Z --> FROM docker.io/library/python:3.8.9@sha256:49d05fff9cb3b185b15ffd92d8e6bd61c20aa916133dca2e3dbe0215270faf53
x5vmr 2023-03-24T09:49:16.964Z DONE 0.0s
x5vmr 2023-03-24T09:49:16.964Z --> RUN useradd -m -u 1000 user
x5vmr 2023-03-24T09:49:16.964Z CACHED
x5vmr 2023-03-24T09:49:16.964Z --> 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"
x5vmr 2023-03-24T09:49:16.964Z CACHED
x5vmr 2023-03-24T09:49:16.964Z --> WORKDIR /home/user/app
x5vmr 2023-03-24T09:49:16.964Z CACHED
x5vmr 2023-03-24T09:49:16.964Z --> 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
x5vmr 2023-03-24T09:49:16.964Z CACHED
x5vmr 2023-03-24T09:49:16.964Z --> 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/*
x5vmr 2023-03-24T09:49:16.964Z CACHED
x5vmr 2023-03-24T09:49:16.964Z --> RUN --mount=target=pre-requirements.txt,source=pre-requirements.txt pip install --no-cache-dir -r pre-requirements.txt
x5vmr 2023-03-24T09:49:16.964Z CACHED
x5vmr 2023-03-24T09:49:19.219Z DONE 2.3s
x5vmr 2023-03-24T09:49:19.342Z DONE 2.4s
x5vmr 2023-03-24T09:49:19.449Z DONE 2.5s
x5vmr 2023-03-24T09:49:22.595Z DONE 5.7s
x5vmr 2023-03-24T09:49:22.725Z DONE 5.8s
x5vmr 2023-03-24T09:49:23.740Z DONE 6.8s
x5vmr 2023-03-24T09:49:24.782Z DONE 7.8s
x5vmr 2023-03-24T09:49:24.933Z DONE 7.9s
x5vmr 2023-03-24T09:49:24.933Z --> RUN --mount=target=requirements.txt,source=requirements.txt pip install --no-cache-dir -r requirements.txt
x5vmr 2023-03-24T09:49:25.796Z Defaulting to user installation because normal site-packages is not writeable
x5vmr 2023-03-24T09:49:25.796Z Collecting git+git://github.com/huggingface/transformers (from -r requirements.txt (line 5))
x5vmr 2023-03-24T09:49:25.947Z Cloning git://github.com/huggingface/transformers to /tmp/pip-req-build-ory1evy0
x5vmr 2023-03-24T09:49:25.947Z Running command git clone --filter=blob:none --quiet git://github.com/huggingface/transformers /tmp/pip-req-build-ory1evy0
x5vmr 2023-03-24T09:51:36.186Z fatal: unable to connect to github.com:
x5vmr 2023-03-24T09:51:36.336Z github.com[0: 140.82.113.4]: errno=Connection timed out
x5vmr 2023-03-24T09:51:36.336Z
x5vmr 2023-03-24T09:51:36.336Z error: subprocess-exited-with-error
x5vmr 2023-03-24T09:51:36.336Z
x5vmr 2023-03-24T09:51:36.336Z × git clone --filter=blob:none --quiet git://github.com/huggingface/transformers /tmp/pip-req-build-ory1evy0 did not run successfully.
x5vmr 2023-03-24T09:51:36.336Z │ exit code: 128
x5vmr 2023-03-24T09:51:36.336Z ╰─> See above for output.
x5vmr 2023-03-24T09:51:36.336Z
x5vmr 2023-03-24T09:51:36.336Z note: This error originates from a subprocess, and is likely not a problem with pip.
x5vmr 2023-03-24T09:51:36.336Z error: subprocess-exited-with-error
x5vmr 2023-03-24T09:51:36.336Z
x5vmr 2023-03-24T09:51:36.336Z × git clone --filter=blob:none --quiet git://github.com/huggingface/transformers /tmp/pip-req-build-ory1evy0 did not run successfully.
x5vmr 2023-03-24T09:51:36.336Z │ exit code: 128
x5vmr 2023-03-24T09:51:36.336Z ╰─> See above for output.
x5vmr 2023-03-24T09:51:36.336Z
x5vmr 2023-03-24T09:51:36.336Z note: This error originates from a subprocess, and is likely not a problem with pip.
x5vmr 2023-03-24T09:51:36.336Z
x5vmr 2023-03-24T09:51:36.336Z [notice] A new release of pip available: 22.3.1 -> 23.0.1
x5vmr 2023-03-24T09:51:36.336Z [notice] To update, run: python -m pip install --upgrade pip
x5vmr 2023-03-24T09:51:36.348Z
--> ERROR: process "/bin/sh -c pip install --no-cache-dir -r requirements.txt" did not complete successfully: exit code: 1