Fix incorrect usage in docs of Finetuning to enable TDX (#8932)
This commit is contained in:
parent
b3f5dd5b5d
commit
4dce238867
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ From the log, you can see whether finetuning process has been invoked successful
|
|||
|
||||
## To run in TDX-CoCo and enable Remote Attestation API
|
||||
|
||||
You can deploy this workload in TDX CoCo and enable Remote Attestation API Serving with setting `TEEMode` in `./kubernetes/values.yaml` to `TDX`. The main diffences are it's need to execute the pods as root and mount TDX device, and a flask service is responsible for generating launcher's quote and collecting workers' quotes.
|
||||
You can deploy this workload in TDX CoCo and enable Remote Attestation API Serving with setting `TEEMode` in `./kubernetes/values.yaml` to `tdx`. The main diffences are it's need to execute the pods as root and mount TDX device, and a flask service is responsible for generating launcher's quote and collecting workers' quotes.
|
||||
|
||||
To use RA Rest API, you need to get the IP of job-launcher:
|
||||
``` bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue