gokhandeveloper commented on issue #30916:
URL: https://github.com/apache/superset/issues/30916#issuecomment-2479044697
I was able to fix this by commenting out the health check in
docker-compose.yml.
```
x-superset-user: &superset-user root
x-superset-depends-on: &superset-depends-on
- db
- redis
# - superset-checks
```
It looks like something is up with this
apache/superset-cache:3.10-slim-bookworm
I tried launching it and it comes up with Error response from daemon:
failed to create task for container: failed to create shim task: OCI runtime
create failed: runc create failed: unable to start container process: exec:
"/app/scripts/check-env.py": stat /app/scripts/check-env.py: no such file or
directory: unknown
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]