Skip to content

Commit 5e9732e

Browse files
Workflow fixes (#1577)
* Remove Azure + Remove Weekly + Fix cache clean up Signed-off-by: Sachidanand Alle <[email protected]> * Fix doc Signed-off-by: Sachidanand Alle <[email protected]> --------- Signed-off-by: Sachidanand Alle <[email protected]>
1 parent 4abb269 commit 5e9732e

File tree

7 files changed

+4
-276
lines changed

7 files changed

+4
-276
lines changed

.azure/azure-build-test-gpu-pipeline.yml

Lines changed: 0 additions & 145 deletions
This file was deleted.

.github/workflows/build-test-gpu.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/docker-plugin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
python -m pip install --upgrade pip wheel
4040
- name: Build
4141
run: |
42+
rm -rf /opt/hostedtoolcache
4243
docker --version
4344
cd plugins/dsa
4445
docker system prune -f

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
python -m pip install --upgrade pip wheel
4242
- name: Build
4343
run: |
44+
rm -rf /opt/hostedtoolcache
4445
./runtests.sh --clean
4546
docker system prune -f
4647
DOCKER_BUILDKIT=1 docker build -t projectmonai/monailabel:${{ github.event.inputs.tag || 'latest' }} -f Dockerfile .

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
python -m pip install torch>=1.7 torchvision
5555
- name: Build Package
5656
run: |
57+
rm -rf /opt/hostedtoolcache
5758
./runtests.sh --clean
5859
BUILD_OHIF=true python setup.py sdist bdist_wheel --build-number $(date +'%Y%m%d%H%M')
5960
ls -l dist

.github/workflows/weekly-preview.yml

Lines changed: 0 additions & 92 deletions
This file was deleted.

docs/source/installation.rst

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Installation
1616
========================
1717

1818
Start using MONAI Label locally and run installlation with your familiar visualization tools. Stable version software represents the currently tested
19-
and supported visualization tools with latest release of MONAI Label. Weekly preview version is available if users want the latest feature, not fully tested.
19+
and supported visualization tools with latest release of MONAI Label.
2020

2121

2222
Current Milestone Release of MONAI Label:
@@ -86,15 +86,6 @@ The milestone versions are currently planned and released every few months. As
8686
codebase is under active development, you may want to install MONAI from GitHub
8787
for the latest features
8888

89-
Weekly preview release
90-
**********************
91-
To install the `weekly preview release <https://pypi.org/project/monailabel-weekly/>`_:
92-
::
93-
94-
pip install monailabel-weekly
95-
96-
The weekly build is released to PyPI every Sunday with a pre-release build number *dev[%y%U]*.
97-
9889
From GitHub
9990
*********************
10091
To install latest from github main branch

0 commit comments

Comments
 (0)