I’m trying to run astrocli on my Macbook (Apple M1 chip)
astro dev start
hangs:
Airflow is starting up! This might take a few minutes…
When I look at the containers, all but the postgres server are continually restarting
49752fd4f1de dbt-airflow-example_e912b5/airflow:latest "/entrypoint bash -c…" 8 hours ago Restarting (1) 57 seconds ago dbt-airflow-example_e912b5-webserver-1
8a3bdf7ed28f dbt-airflow-example_e912b5/airflow:latest "/entrypoint bash -c…" 8 hours ago Restarting (1) 57 seconds ago dbt-airflow-example_e912b5-scheduler-1
3ac5f447eefe dbt-airflow-example_e912b5/airflow:latest "/entrypoint bash -c…" 8 hours ago Restarting (1) 57 seconds ago dbt-airflow-example_e912b5-triggerer-1
c3d67cd97d3a postgres:12.6 "docker-entrypoint.s…" 8 hours ago Up 9 minutes 0.0.0.0:5432->5432/tcp dbt-airflow-example_e912b5-postgres-1
The log messages for each are:
[FATAL tini (1)] PR_SET_CHILD_SUBREAPER is unavailable on this platform. Are you using Linux >= 3.4?
I’ve increased the cores, memory, and swap memory for Docker Desktop.
I’ve also tried using a different base image: sfguide-citibike-ml-snowpark-python/Dockerfile at main · Snowflake-Labs/sfguide-citibike-ml-snowpark-python · GitHub (based on the comment in the Dockerfile that the M1 chip was particularly finicky)
I haven’t found any love from Google searching this specific log message. I’m sure there is something simple I’m missing