Add a Hardware Profile

RHPDSから環境をオーダーした場合は、これらの手順を実行する必要はありません。OpenShift AI は既にデプロイ済みです。
apiVersion: infrastructure.opendatahub.io/v1alpha1
kind: HardwareProfile
metadata:
 name: gpu-profile
 namespace: redhat-ods-applications
spec:
 identifiers:
   - identifier: cpu
     displayName: CPU
     resourceType: CPU
     minCount: 1
     maxCount: "8"
     defaultCount: "1"
   - identifier: memory
     displayName: Memory
     resourceType: Memory
     minCount: 1Gi
     maxCount: 16Gi
     defaultCount: 12Gi
   - identifier: nvidia.com/gpu
     displayName: GPU
     resourceType: Accelerator
     minCount: 1
     maxCount: 4
     defaultCount: 1