feat: 支持gpt自定义模型 #173
Annotations
1 error and 1 warning
Build Docker Image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk add --no-cache --virtual .build-deps libffi-dev gcc musl-dev libxml2-dev libxslt-dev && apk add --no-cache $(cat /tmp/package_list.txt) && curl https://rclone.org/install.sh | bash && if [ \"$(uname -m)\" = \"x86_64\" ]; then ARCH=amd64; elif [ \"$(uname -m)\" = \"aarch64\" ]; then ARCH=arm64; fi && curl https://dl.min.io/client/mc/release/linux-${ARCH}/mc --create-dirs -o /usr/bin/mc && chmod +x /usr/bin/mc && pip install --upgrade pip setuptools wheel && pip install cython && pip install gunicorn && pip install -r /tmp/requirements.txt && apk del --purge .build-deps && rm -rf /tmp/* /root/.cache /var/cache/apk/*" did not complete successfully: exit code: 1
|
Build Docker Image
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|