Skip to content

Commit

Permalink
Update README.md (intel-analytics#6563)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxito-Ada authored Nov 11, 2022
1 parent b9c20d7 commit 5e04ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ppml/trusted-big-data-ml/python/docker-gramine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,15 +191,15 @@ sudo docker exec -it gramine-test bash

Run the example with SGX with the following command in the terminal.
```
sudo docker exec -it gramine-test bash work/start-scripts/start-python-helloworld-sgx.sh
sudo docker exec -it gramine-test bash work/scripts/start-python-helloword-on-sgx.sh
```
The result should be:
> Hello World
##### Example 2: numpy

Run the example with SGX with the following command in the terminal.
```
sudo docker exec -it gramine-test bash work/start-scripts/start-python-numpy-sgx.sh
sudo docker exec -it gramine-test bash work/scripts/start-python-numpy-on-sgx.sh
```
The result should be like:
> numpy.dot: 0.04753961563110352 sec
Expand Down

0 comments on commit 5e04ed7

Please sign in to comment.