GitHub user 173787247 deleted a comment on the discussion: New tag with fixes to align with Google composer
## Docker / compose («New tag with fixes to align with Google composer») 1. Confirm you’re hitting the **mapped host port**, not `localhost` inside the container from your browser on the host (that part is easy to mix up). 2. Persist config with a volume; `docker compose down` without volumes looks like “settings vanished”. 3. GPU: you need the NVIDIA Container Toolkit (or equivalent) **and** the compose `deploy.resources` / `gpus` stanza the docs show. `nvidia-smi` in the container is the check. 4. Read `docker logs` for the **first** fatal line; later Python tracebacks are often just fallout. Paste compose service snippet (redact secrets) + image tag + `docker logs` tail. GitHub link: https://github.com/apache/airflow/discussions/71532#discussioncomment-18199425 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
