clean up code

This commit is contained in:
Michael Duong 2023-09-10 17:07:30 +01:00
parent 2a5b2f1409
commit 39c9e838e1

View file

@ -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: |