mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
Merge pull request #78 from Hestia-Homes/sap-dev-dockerignore
add dockerignore file for prediction lamda
This commit is contained in:
commit
2a29d8b90a
3 changed files with 12 additions and 0 deletions
4
.github/workflows/Deploy.yml
vendored
4
.github/workflows/Deploy.yml
vendored
|
|
@ -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
4
deployment/.dockerignore
Normal 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*
|
||||
4
modules/ml-pipeline/src/.dockerignore
Normal file
4
modules/ml-pipeline/src/.dockerignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
pipeline/data/predictions*
|
||||
pipeline/data/prepared_data/train.parquet*
|
||||
pipeline/data/model/allmodels*
|
||||
pipeline/metrics*
|
||||
Loading…
Add table
Reference in a new issue