mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
test s3 connection
This commit is contained in:
parent
4d1b5570fd
commit
ee544380f7
1 changed files with 6 additions and 2 deletions
8
.github/workflows/VerifyModelOperational.yml
vendored
8
.github/workflows/VerifyModelOperational.yml
vendored
|
|
@ -19,9 +19,13 @@ jobs:
|
|||
cd modules/ml-pipeline/src/pipeline/
|
||||
|
||||
pip install --upgrade pip
|
||||
pip install -r src/requirements/predictions/requirements-dev.txt
|
||||
pip install dvc dvc_s3
|
||||
# pip install -r src/requirements/predictions/requirements-dev.txt
|
||||
|
||||
dvc pull
|
||||
cd src/
|
||||
dvc pull -r experiments
|
||||
|
||||
cd ..
|
||||
|
||||
docker build . --file Prediction.Dockerfile --tag prediction_test
|
||||
docker run prediction_test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue