Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMPROVEMENT] Update pip when building docker image (#4907)
The latests CI builds are taking longer than expected (around 8 minutes) - [here](https://github.com/argilla-io/argilla/actions/runs/9288762405/job/25561563438?pr=4906#step:9:2092) an example - because pip needs to download multiple package version to match the proper dependency. This [should be fixed](https://stackoverflow.com/questions/76758834/pip-is-looking-for-multiple-version-of-library-to-determine-which-version-is-c) by upgrading pip. This PR includes a pip upgrade when building the docker image.
- Loading branch information