mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
clean up code
This commit is contained in:
parent
2a5b2f1409
commit
39c9e838e1
1 changed files with 1 additions and 2 deletions
3
.github/workflows/VerifyModelOperational.yml
vendored
3
.github/workflows/VerifyModelOperational.yml
vendored
|
|
@ -30,12 +30,11 @@ jobs:
|
|||
run: |
|
||||
cd modules/ml-pipeline/src/pipeline/src
|
||||
dvc pull -r experiments
|
||||
cd ..
|
||||
|
||||
- name: Build Prediction docker Image
|
||||
run: |
|
||||
cd modules/ml-pipeline/src/pipeline/
|
||||
docker build . --file Prediction.Dockerfile --tag prediction_test
|
||||
docker run prediction_test
|
||||
|
||||
- name: Run Prediction docker container
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue