Resource
NVIDIA
Clara Deploy AI COVID-19 Classification Pipeline [Deprecated]Clara Deploy Clara Deploy AI COVID-19 Classification Pipeline
Use the NGC CLI to download:
Copied!
Important: If you're using a system with two GPUs, open the ~/.clara/charts/clara/values.yaml
file and change "availableGpus=1" to "availableGpus=2". For this change to take effect, you will
need to restart the platform and all components and republish the pipeline.
- CD into a directory where pipelines will be stored, e.g.
mkdir -p ~/.clara/pipelines
cd ~/.clara/pipelines
- Use clara pull pipeline to download a pipeline definition:
clara pull pipeline clara_ai_covid19_pipeline
- Unzip test data:
unzip app_lung-input_v1.zip -d input
- Unzip and Install model:
sudo unzip app_covid-19-model_v1.zip -d /clara/common/models/
- Install pipeline:
clara create pipelines -p COVID-19-pipeline.yaml
- Verify that the pipeline is correctly stored
clara list pipelines
- Verify that the stored pipeline is correct by examining the output of the following command:
kubectl describe pipeline <pipeline ID>