I followed the steps to install Apache Superset using Docker as mentioned on Superset's Installation guide here
I then did a cd superset
and then docker compose up
. This is what I get:
WARN[0000] The "CYPRESS_CONFIG" variable is not set. Defaulting to a blank string.
WARN[0000] The "CYPRESS_CONFIG" variable is not set. Defaulting to a blank string.
[+] Running 3/6
⠴ superset-tests-worker Pulling 3.6s
! superset-websocket Warning 1.2s
⠴ superset-worker-beat Pulling 3.6s
⠴ superset-init Pulling 3.6s
✘ superset-worker Error 3.6s
✘ superset Error 3.6s
no matching manifest for linux/arm64/v8 in the manifest list entries
Can someone please help me understand where I'm going wrong?
@NicoHasse, Thank you for help, and for this link - github.com/apache/superset/issues/25434.
I performed the following and it worked
Really appreciate your help!