CANN: add PY_VERSION arg and use compiled python (#28) #258
Annotations
1 error
buildx bake failed with: ERROR: failed to solve: process "/bin/bash -c if [ \"${PYTORCH_VERSION}\" == \"2.1.0\" ]; then TORCH_VISION_VERSION=0.16.0; TORCH_AUDIO_VERSION=2.1.0; TORCH_NPU_VERSION=2.1.0; elif [ \"${PYTORCH_VERSION}\" == \"2.2.0\" ]; then TORCH_VISION_VERSION=0.17.0; TORCH_AUDIO_VERSION=2.2.0; TORCH_NPU_VERSION=2.2.0; else echo \"Not supported version: ${PYTORCH_VERSION}. Feel free to submit an issue to us: https://github.com/***/dockerfiles/issues\"; exit 1; fi && pip uninstall -y numpy sympy && pip install --no-cache-dir --index-url https://download.pytorch.org/whl/cpu torch==${PYTORCH_VERSION} torchvision==${TORCH_VISION_VERSION} torchaudio==${TORCH_AUDIO_VERSION} torch-npu==${TORCH_NPU_VERSION}" did not complete successfully: exit code: 1
|
The logs for this run have expired and are no longer available.
Loading