-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-platform docker image #12533
Multi-platform docker image #12533
Conversation
Merge 3.6.x into main
Bump version of tensorflow * Fix spacy version, bump the pydantic version because of explosion/spaCy#12659 * Fix ruff version because of new warnings * Fix spacy<3.5 because of tests/nlu/extractors/test_spacy_entity_extractors.py * Downgrade ruamel because of failing test tests/shared/nlu/training_data/formats/test_rasa_yaml.py::test_wrong_format_raises
Remove dependency on tensorflow-addons Copy tests for crf and metrics
* Build both platforms on the same machine
Bump version of tensorflow * Fix spacy version, bump the pydantic version because of explosion/spaCy#12659 * Fix ruff version because of new warnings * Fix spacy<3.5 because of tests/nlu/extractors/test_spacy_entity_extractors.py * Downgrade ruamel because of failing test tests/shared/nlu/training_data/formats/test_rasa_yaml.py::test_wrong_format_raises
Remove dependency on tensorflow-addons Copy tests for crf and metrics
* Build both platforms on the same machine
🚀 A preview of the docs have been deployed at the following URL: https://12533--rasahq-docs-rasa-v2.netlify.app/docs/rasa |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Previously reviewed separately for main
@@ -841,18 +839,15 @@ jobs: | |||
if: github.event_name != 'pull_request' | |||
|
|||
- name: Set up QEMU | |||
uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 | |||
uses: docker/setup-qemu-action@v2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please use SHA instead of a version number? Its part of the security measures, we should stick to SHA on all action versions. Thank you!
Proposed changes:
Add multi-platform docker image build in CI
Bump version of the tensorflow (to have wheels for all required platforms)
Removes the tensorflow-addons (deprecated by tensorflow team, no wheel for arm)
Status (please check what you already did):
black
(please check Readme for instructions)