Skip to content

Commit

Permalink
ci(dockerpush): no hard mlcube req
Browse files Browse the repository at this point in the history
  • Loading branch information
a-parida12 committed Aug 27, 2024
1 parent e732e54 commit 2a75c81
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup MLCube
run: |
python -m pip install --upgrade pip
pip install mlcube==0.0.9
pip install mlcube
cd mlcube
mlcube configure -Pdocker.build_strategy=always
docker push aparida12/brats-peds-2024:v20240827
14 changes: 14 additions & 0 deletions .github/workflows/segmentation-tst.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Python Application Testing

on: [push]

jobs:
build-test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8.15
uses: actions/setup-python@v4
with:
python-version: "3.8.15"
1 change: 1 addition & 0 deletions install_medperf.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
git clone https://github.com/mlcommons/medperf.git
git checkout 7348aca
cd medperf
pip install --force-reinstall -e ./cli
rm ~/mlcube.yaml && rm -rf ~/.medperf
Expand Down

0 comments on commit 2a75c81

Please sign in to comment.