Skip to content

Commit af0c552

Browse files
authored
Update TF Serving (SGX) documentation (#241)
1 parent db044ec commit af0c552

File tree

3 files changed

+61
-128
lines changed

3 files changed

+61
-128
lines changed

documents/readthedoc/docs/source/Solutions/tensorflow-serving-cluster/cczoo_ppml_inference_azure.md

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -62,29 +62,11 @@ The following steps can be used to deploy the CCZoo ML serving online inference
6262
1.8 Configure the network security group of the Trusted System VM to add an Inbound Port Rule for the Secret Provisioning service port 4433. This [guide](https://learn.microsoft.com/en-us/azure/virtual-network/network-security-groups-overview) gives an overview of Azure network security groups.
6363

6464
### Step 2: Prepare Applications
65-
2.1 On the Client System VM, download the client container image:
65+
2.1 On the Client System VM, [build the Client container image](index.rst#1-build-client-container-image), specifying the `default` build.
6666

67-
```shell
68-
docker pull intelcczoo/tensorflow_serving:default_client_latest
69-
```
70-
71-
(Alternatively, on the Client System VM, you can [build the Client container image](index.rst#12-alternatively-build-client-container-image), specifying the `default` build.)
72-
73-
2.2 On the Trusted System VM, download the Secret Provisioning container image:
74-
75-
```shell
76-
docker pull intelcczoo/tensorflow_serving:azure_secret_prov_server_latest
77-
```
78-
79-
(Alternatively, you can [build the Secret Provisioning container image](index.rst#22-alternatively-build-secret-provisioning-server-container-image), specifying the `azure` build.)
80-
81-
2.3 Download the ML Serving container image to a system (with recommended free space of 128GB allocated to the Docker daemon data directory) that has push access to your Azure Container Registry:
82-
83-
```shell
84-
docker pull intelcczoo/tensorflow_serving:azure_tensorflow_serving_latest
85-
```
67+
2.2 On the Trusted System VM, [build the Secret Provisioning container image](index.rst#2-build-secret-provisioning-server-container-image), specifying the `azure` build.
8668

87-
(Alternatively, you can [build the ML Serving container image](index.rst#32-alternatively-build-tensorflow-serving-container-image), specifying the `azure` build.)
69+
2.3 On a system (with recommended free space of 128GB allocated to the Docker daemon data directory) that has push access to your Azure Container Registry, [build the ML Serving container image](index.rst#3-build-tensorflow-serving-container-image), specifying the `azure` build.
8870

8971
2.4 [Obtain the ML Serving container SGX measurements.](index.rst#4-obtain-the-tensorflow-serving-container-sgx-measurements)
9072

0 commit comments

Comments
 (0)