Merge pull request #78 from Hestia-Homes/sap-dev-dockerignore

add dockerignore file for prediction lamda
This commit is contained in:
quandanrepo 2023-10-19 21:58:10 -04:00 committed by GitHub
commit 2a29d8b90a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 0 deletions

View file

@ -3,6 +3,10 @@ name: Sap Change Model Deploy
on:
push:
branches: [ sap-dev, sap-prod ]
workflow_run:
workflows: [MLPipelinePostMerge]
types:
- completed
jobs:
deploy:

4
deployment/.dockerignore Normal file
View file

@ -0,0 +1,4 @@
modules/ml-pipeline/src/pipeline/data/predictions*
modules/ml-pipeline/src/pipeline/data/prepared_data*
modules/ml-pipeline/src/pipeline/data/model/allmodels*
modules/ml-pipeline/src/pipeline/metrics*

View file

@ -0,0 +1,4 @@
pipeline/data/predictions*
pipeline/data/prepared_data/train.parquet*
pipeline/data/model/allmodels*
pipeline/metrics*