You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Dockerfile to use ppa:fkrull/deadsnakes and Python 3.11
- Python 3.11 was being installed, but Python 3.10 was used instead;
both via `python` and when installing with `pip`
- Fix `pip` installation to use recommended installation path as per
https://pip.pypa.io/en/stable/installation/
- Remove `vertex` build stage since there's already a dedicated
repository for the Google Cloud Containers, including the Vertex AI
compatible ones, i.e.
https://github.com/huggingface/Google-Cloud-Containers
0 commit comments