chore: cleanup #204
Annotations
1 error
Build Image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"${CHANNEL}\" = \"nightly\" ]; then export PACKAGES_TO_INSTALL=\"mlc-llm-nightly-cpu mlc-ai-nightly-cpu\"; elif [ \"${VERSION}\" != \"stable\" ]; then export PACKAGES_TO_INSTALL=\"mlc-llm-cpu>=${VERSION:=0.0.0} mlc-ai-cpu>=${VERSION:=0.0.0}\"; if [ \"${CHANNEL}\" = \"cuda-nightly\" ]; then export PACKAGES_TO_INSTALL=\"mlc-llm-nightly-cu123 mlc-ai-nightly-cu123\"; elif [ \"${VERSION}\" != \"cuda\" ]; then export PACKAGES_TO_INSTALL=\"mlc-llm-cu123>=${VERSION:=0.0.0} mlc-ai-cu123>=${VERSION:=0.0.0}\"; fi ; conda run -p /app python -m pip install --no-cache-dir --pre -U -vv --force-reinstall -f https://mlc.ai/wheels ${PACKAGES_TO_INSTALL} && conda clean -afy" did not complete successfully: exit code: 2
|
Loading