File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1717 REGION : ${{ secrets.REGION }}
1818
1919 run : |
20- pip install --user --upgrade pip
2120 pip install -r ./dependencies/requirements.txt
2221 python -m spacy download en_core_web_sm
2322 python ./scripts/stage_model_to_production.py
Original file line number Diff line number Diff line change 1919 ARN_ROLE : ${{ secrets.ARN_ROLE }}
2020
2121 run : |
22- pip install --user --upgrade pip
2322 pip install -r ./dependencies/requirements.txt
2423 python ./scripts/deploy.py
Original file line number Diff line number Diff line change @@ -6,10 +6,11 @@ tomli==2.0.1
66apache-airflow [amazon ]== 2.4.2
77transformers == 4.24.0
88numpy == 1.23.4
9+ python == 3.9.13
910tensorflow == 2.10.0
1011snowflake-connector-python == 2.9.0
1112apache-airflow-providers-snowflake == 4.0.2
1213apache-airflow-providers-docker == 3.4.0
1314spacy == 3.5.0
1415mlflow == 2.1.1
15- checklist == 0.0.11
16+ checklist == 0.0.11
You can’t perform that action at this time.
0 commit comments