Skip to content

Commit 4082689

Browse files
authored
Fix missing package required to use TF Serving with Azure AKS confcom add-on (#246)
1 parent e0401b5 commit 4082689

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cczoo/tensorflow-serving-cluster/tensorflow-serving/docker/tf_serving/gramine_tf_serving.azure.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
7272
apt-utils \
7373
# Install SGX PSW
7474
libsgx-pce-logic libsgx-ae-qve libsgx-quote-ex libsgx-qe3-logic sgx-aesm-service \
75+
libsgx-aesm-quote-ex-plugin \
7576
# Install SGX DCAP
7677
libsgx-dcap-ql-dev libsgx-dcap-quote-verify-dev \
7778
# Install dependencies for Azure DCAP Client

0 commit comments

Comments
 (0)