You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documents/readthedoc/docs/source/Solutions/tensorflow-serving-cluster/cczoo_ppml_inference_azure.md
+3-21Lines changed: 3 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -62,29 +62,11 @@ The following steps can be used to deploy the CCZoo ML serving online inference
62
62
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.
63
63
64
64
### 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.
(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:
(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:
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.
86
68
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.
88
70
89
71
2.4 [Obtain the ML Serving container SGX measurements.](index.rst#4-obtain-the-tensorflow-serving-container-sgx-measurements)
0 commit comments