Update Docker builds to align with CI requirements by matthewdouglas · Pull Request #3532 · huggingface/accelerate
What does this PR do?
This PR updates the Dockerfiles which are used to for CI purposes. In CI, we're now testing against PyTorch 2.7.0 with its default CUDA 12.6 build. In order to align with this, we will now start with the CUDA 12.6.3 image, on Ubuntu 22.04.
Before submitting
- This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- Did you read the contributor guideline,
Pull Request section? - Was this discussed/approved via a Github issue or the forum? Please add a link
to it if that's the case.
Internal Slack discussion - Did you make sure to update the documentation with your changes? Here are the
documentation guidelines, and
here are tips on formatting docstrings. - Did you write any new necessary tests?