Skip to content

Palaemon Tensorflow Classification Demo

We created a Tensorflow demo to simplify your evaluating TensorFlow running inside of Intel SGX. To get access to the TensorFlow image, send us an email.

Ensure that you have the newest SCONE cross compiler image and determine which SGX device to mount with function determine_sgx_device. Try it out the demo by executing:

docker pull registry.scontain.com/sconecuratedimages/datasystems:tensorflow-full
determine_sgx_device
docker run -it  registry.scontain.com/sconecuratedimages/datasystems:tensorflow-full  sh

Test Tensorflow with SCONE by performing image classification

 cd /demo/ && ./run.sh