princeton-nlp / SWE-bench

[ICLR 2024] SWE-bench: Can Language Models Resolve Real-world Github Issues?
https://www.swebench.com
MIT License
2k stars 348 forks source link

fix: install tzdata noninteractively #221

Closed JiyangZhang closed 1 month ago

JiyangZhang commented 2 months ago

Reference Issues/PRs

Fixes #210

What does this implement/fix? Explain your changes.

matplotlib__matplotlib instances pre_install timeout.

Disable the interactive prompt while installing tzdata with DEBIAN_FRONTEND=noninteractive prefix which will set the timezone to UTC as default. Otherwise the installation process will pause forever.

Any other comments?

🧡 Thanks for contributing!

john-b-yang commented 1 month ago

Thanks for this catch @JiyangZhang and @klieret for approval, merging!