mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
Update and rename docker-image.yml to VerifyModelOperational.yml
This commit is contained in:
parent
050768acf4
commit
10da1ea5af
1 changed files with 4 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
name: Build Prediction Testing Image
|
||||
name: Build and test model using a dummy prediction pipeline
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -15,6 +15,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build the Docker image
|
||||
run:
|
||||
run: |
|
||||
ls
|
||||
docker build . --file Dockerfile --tag my-image-name:$(date +%s)
|
||||
cd modules/ml-pipeline/src/pipeline/
|
||||
docker build . --file Prediction.Dockerfile --tag my-image-name:$(date +%s)
|
||||
Loading…
Add table
Reference in a new issue