Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 195 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 195 Bytes

sgx-mnist

docker build -t sgx-mnist .
docker run -d --rm --device /dev/isgx --device /dev/mei0 --name test-sgx sgx-mnist
docker exec -t -i test-sgx bash run.sh
docker stop test-sgx