mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Update cml.yml - test docker compose
This commit is contained in:
parent
d7b4499de2
commit
f085eba501
1 changed files with 5 additions and 1 deletions
6
.github/workflows/cml.yml
vendored
6
.github/workflows/cml.yml
vendored
|
|
@ -9,6 +9,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build docker compose stack
|
||||
run: |
|
||||
cd model_data/simulation_system
|
||||
docker-compose up -d
|
||||
- uses: actions/setup-python@v4
|
||||
- uses: iterative/setup-cml@v1
|
||||
- name: Train model
|
||||
|
|
@ -16,7 +20,7 @@ jobs:
|
|||
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
ls
|
||||
cd model_data/simulation_system
|
||||
# cd model_data/simulation_system
|
||||
pip install -r requirements/training/training.txt
|
||||
python3 training.py --train-filepath ./model_build_data/change_data/rdsap_full/train_validation_data.parquet --test-filepath ./model_build_data/change_data/rdsap_full/test_data.parquet
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue