Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On Mac M1 docker ps -q --filter doesn't exit, so whole ./scripts/sim.py build freezes #74

Open
frontw opened this issue Nov 22, 2024 · 0 comments

Comments

@frontw
Copy link
Contributor

frontw commented Nov 22, 2024

I fixed architecture check issue #73 locally in _get_docker_architecture

        if 'aarch64' in architecture or 'arm64' in architecture:
            docker_architecture = 'arm64'

Next issue I have is freeze of script (with no any message). Pressing ctrl+c gives me idea, that it freezes in model.py, line 33, in update (self.id = DockerWrapper.get_container_id_by_image_name(self.full_name).
When debugging I found the issue is that docker ps with -q and -- filter options don't exit in my machine and all script freezes. So I think timeout check should be added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant