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 formatting of `scripts/entrypoint.sh`
* Update and rename `Makefile`
- Remove Vertex-related stuff since there's already a dedicated
repository for building, pushing and testing the Vertex AI compatible
images i.e. https://github.com/huggingface/Google-Cloud-Containers
- Add missing PHONY targets
- Add some in-line comments on each target
* Fix formatting in `MANIFEST.in`, `pyproject.toml` and `setup.py`
* Update `.dockerignore` to include `.git` and `Makefile` (rename)
* 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
* Fix `FromAsCasing` warning on `Dockerfile`
* Rollback to `ppa:fkrull/deadsnakes` (poor error interpretation / missread)
0 commit comments