Changes to support quantbelt org #421
Annotations
1 error
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c if [ -n \"$APT_PROXY\" ]; then echo \"Acquire::http { Proxy \\\"${APT_PROXY}\\\"; }\" | tee \"${APT_PROXY_FILE}\" ;fi && echo \"deb http://deb.debian.org/debian bookworm contrib\" | tee /etc/apt/sources.list.d/contrib.list && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y libatlas-base-dev gfortran msttcorefonts pkg-config libfreetype6-dev libhdf5-dev cmake && apt-get clean && rm -rf /var/lib/apt/lists/* && cd /tmp && curl -LO https://github.com/quantbelt/jupyter-quant/releases/download/ta-lib-0.4.0-linux/ta-lib-0.4.0-linux_\"$(uname -m)\".tgz && curl -LO https://github.com/quantbelt/jupyter-quant/releases/download/ta-lib-0.4.0-linux/ta-lib-0.4.0-linux_\"$(uname -m)\".tgz.sha256 && sha256sum -c ta-lib-0.4.0-linux_\"$(uname -m)\".tgz.sha256 && cd / && tar xzf /tmp/ta-lib-0.4.0-linux_\"$(uname -m)\".tgz && export PREFIX=/usr/local/ta-lib && export TA_LIBRARY_PATH=\"$PREFIX/lib\" && export TA_INCLUDE_PATH=\"$PREFIX/include\" && pip wheel --no-cache-dir --wheel-dir /wheels -r /requirements.txt" did not complete successfully: exit code: 1
|
This job failed
Loading