NVIDIA
Clara Deploy AI COVID-19 Classification Pipeline [Deprecated]
Resource
NVIDIA
Clara Deploy AI COVID-19 Classification Pipeline [Deprecated]

Clara Deploy Clara Deploy AI COVID-19 Classification Pipeline

Note: If the pipeline doesn't trigger, ensure that your system is configured to use two GPUs if applicable. 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, republish the pipeline, and perform the above steps again.

  1. CD into a directory where pipelines will be stored, e.g.
mkdir -p ~/.clara/pipelines
cd ~/.clara/pipelines
  1. Use clara pull pipeline to download a pipeline definition:
clara pull pipeline clara_ai_covid19_pipeline
  1. Unzip test data:
unzip app_lung-input_v1.zip -d input
  1. Unzip and Install model:
sudo unzip app_covid-19-model_v1.zip -d /clara/common/models/
  1. Install pipeline:
clara create pipelines -p COVID-19-pipeline.yaml
  1. Verify that the pipeline is correctly stored
clara list pipelines
  1. Verify that the stored pipeline is correct by examining the output of the following command:
kubectl describe pipeline <pipeline ID>