mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
Merge pull request #171 from Hestia-Homes/sap_baseline-dev-model
Sap baseline dev model
This commit is contained in:
commit
7be5cf8de3
1 changed files with 9 additions and 0 deletions
9
.github/workflows/Deploy.yml
vendored
9
.github/workflows/Deploy.yml
vendored
|
|
@ -95,10 +95,19 @@ jobs:
|
|||
aws-secret-access-key: ${{ secrets.PROD_AWS_SECRET_ACCESS_KEY }}
|
||||
aws-region: eu-west-2
|
||||
|
||||
- name: Check Disk Usage
|
||||
run: |
|
||||
df -h /
|
||||
du -sh /* 2>/dev/null | sort -hr | head -10
|
||||
uname -m # Bonus: Confirms x64 vs. aarch64
|
||||
|
||||
- name: DVC Pull
|
||||
run: |
|
||||
cd modules/ml-pipeline/src/pipeline
|
||||
dvc pull -r ${{ steps.set_runtime_environment.outputs.runtime_environment }}
|
||||
cd data/model
|
||||
ls
|
||||
rm -r allmodels
|
||||
|
||||
- name: Setup Docker
|
||||
uses: docker/setup-buildx-action@v1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue