Spaces:
Build error
Build error
build error
Build failed with exit code: 1
Build logs:
===== Build Queued at 2023-03-26 04:29:57 / Commit SHA: 06b48bf =====
glq9b 2023-03-26T04:30:05.445Z --> FROM docker.io/library/python:3.8.9@sha256:49d05fff9cb3b185b15ffd92d8e6bd61c20aa916133dca2e3dbe0215270faf53
glq9b 2023-03-26T04:30:05.445Z DONE 0.0s
glq9b 2023-03-26T04:30:05.572Z --> RUN useradd -m -u 1000 user
glq9b 2023-03-26T04:30:05.572Z CACHED
glq9b 2023-03-26T04:30:05.572Z --> WORKDIR /home/user/app
glq9b 2023-03-26T04:30:05.572Z CACHED
glq9b 2023-03-26T04:30:05.572Z --> 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"
glq9b 2023-03-26T04:30:05.572Z CACHED
glq9b 2023-03-26T04:30:05.572Z --> 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/*
glq9b 2023-03-26T04:30:05.572Z CACHED
glq9b 2023-03-26T04:30:05.572Z --> 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
glq9b 2023-03-26T04:30:05.572Z CACHED
glq9b 2023-03-26T04:30:05.958Z --> RUN --mount=target=pre-requirements.txt,source=pre-requirements.txt pip install --no-cache-dir -r pre-requirements.txt
glq9b 2023-03-26T04:30:07.932Z DONE 2.5s
glq9b 2023-03-26T04:30:11.478Z DONE 6.0s
glq9b 2023-03-26T04:30:13.127Z DONE 7.7s
glq9b 2023-03-26T04:30:13.277Z DONE 7.7s
glq9b 2023-03-26T04:30:13.277Z --> RUN --mount=target=requirements.txt,source=requirements.txt pip install --no-cache-dir -r requirements.txt
glq9b 2023-03-26T04:30:13.853Z Defaulting to user installation because normal site-packages is not writeable
glq9b 2023-03-26T04:30:13.994Z WARNING: Requirement 'gradio-3.1.4-py3-none-any.whl' looks like a filename, but the file does not exist
glq9b 2023-03-26T04:30:13.994Z Processing ./gradio-3.1.4-py3-none-any.whl
glq9b 2023-03-26T04:30:13.994Z ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/home/user/app/gradio-3.1.4-py3-none-any.whl'
glq9b 2023-03-26T04:30:13.994Z
glq9b 2023-03-26T04:30:13.994Z
glq9b 2023-03-26T04:30:13.994Z [notice] A new release of pip available: 22.3.1 -> 23.0.1
glq9b 2023-03-26T04:30:13.994Z [notice] To update, run: python -m pip install --upgrade pip
glq9b 2023-03-26T04:30:14.877Z
--> ERROR: process "/bin/sh -c pip install --no-cache-dir -r requirements.txt" did not complete successfully: exit code: 1