mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-07-12 13:28:58 +00:00
add dvc pull command
This commit is contained in:
parent
4cc304332b
commit
2e2c24ba0c
1 changed files with 8 additions and 2 deletions
10
.github/workflows/VerifyModelOperational.yml
vendored
10
.github/workflows/VerifyModelOperational.yml
vendored
|
|
@ -16,6 +16,12 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
run: |
|
run: |
|
||||||
ls
|
|
||||||
cd modules/ml-pipeline/src/pipeline/
|
cd modules/ml-pipeline/src/pipeline/
|
||||||
docker build . --file Prediction.Dockerfile --tag my-image-name:$(date +%s)
|
|
||||||
|
pip install --upgrade pip
|
||||||
|
pip install -r src/requirements/predictions/requirements-dev.txt
|
||||||
|
|
||||||
|
dvc pull
|
||||||
|
|
||||||
|
docker build . --file Prediction.Dockerfile --tag prediction_test
|
||||||
|
docker run prediction_test
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue