From 39c9e838e1d4f17b597ec818ca9dad8e67622708 Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Sun, 10 Sep 2023 17:07:30 +0100 Subject: [PATCH] clean up code --- .github/workflows/VerifyModelOperational.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/VerifyModelOperational.yml b/.github/workflows/VerifyModelOperational.yml index a71a5e6..94282d0 100644 --- a/.github/workflows/VerifyModelOperational.yml +++ b/.github/workflows/VerifyModelOperational.yml @@ -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: |