You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2026. It is now read-only.
I tried to follow the documentation you have and first of all it's unclear to me, which values of REGISTRY and REPO I should set, because as the doc says it can impact the possibility of fetching depended images.
So, I'm facing an error then I try to compose the jax-base image.
docker compose build jax-base
[+] Building 0.7s (2/2) FINISHED docker:default
=> [jax-base internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 1.90kB 0.0s
=> WARN: InvalidDefaultArgInFrom: Default value forARG ${PYTHON_BASE} resultsin empty or in 0.0s
=> ERROR [jax-base internal] load metadata for docker.io/intel/jax:b-0-ubuntu-22.04-pip-py3.1 0.6s
------
> [jax-base internal] load metadata for docker.io/intel/jax:b-0-ubuntu-22.04-pip-py3.11-xpu-base:
------
failed to solve: intel/jax:b-0-ubuntu-22.04-pip-py3.11-xpu-base: failed to resolve source metadata for docker.io/intel/jax:b-0-ubuntu-22.04-pip-py3.11-xpu-base: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
So as I can see it can't deduct and find the base image.
Describe the Issue
I tried to follow the documentation you have and first of all it's unclear to me, which values of
REGISTRYandREPOI should set, because as the doc says it can impact the possibility of fetching depended images.So, I'm facing an error then I try to compose the jax-base image.
So as I can see it can't deduct and find the base image.
Could you please help with that?
Suggested Remediation
No response