buildx failed with: ERROR: failed to solve: process "/bin/sh -c ARCH=$(uname -m) && if [ \"$ARCH\" = \"aarch64\" ]; then echo \"Installing PyTorch for ARM64\"; python3 -m pip install torch torchvision torchaudio; elif [ \"$BUILD_TYPE\" = \"rocm\" ]; then python3 -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.1; elif [ \"$BUILD_TYPE\" = \"cpu\" ]; then python3 -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu; else python3 -m pip install torch torchvision torchaudio; fi" did not complete successfully: exit code: 1