Description
Describe the issue
Building container using kaniko is skipping pip install--pre --upgrade bigdl-llm[xpu] -f https://developer.intel.com/ipex-whl-stable-xpu
This leads to required packages not getting installed in the path. On further investigation we are seeing the below error.
Could not fetch URL https://developer.intel.com/ipex-whl-stable-xpu: 403 Client Error: Forbidden for url: https://corpredirect.intel.com/Redirector/404Redirector.aspx?404;https://developer.intel.com/ipex-whl-stable-xpu - skipping
Some debugging lead to the additional details.
Request URL:
http://ec2-52-27-27-201.us-west-2.compute.amazonaws.com/ipex-release.php?device=xpu&repo=us&release=stable
Referrer Policy:
strict-origin-when-cross-origin
It was initially reported to BigDL team. The history can be found at intel/ipex-llm#8979