Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[setup-container.sh] Fix 'pip install' dependency issue (#6398)
Running the `setup-container.sh` script to setup sonic-mgmt container needs to install some packages on the fly using `pip`. We need to ensure that the pip package itself is up to date to avoid potential dependency issue while installing other packages using `pip install`. This change added extra step to upgrade the pip package firstly before installing other packages using `pip install`. Signed-off-by: Xin Wang <[email protected]>
- Loading branch information