-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Docker Images and readme provided as part of confidential-ml example #356
Comments
In the documentation Once FVP is started with tap network, then a new network interface is created with Command to launch terminal 4 can also be added once FVP is running -
Please suggest for possible correction. |
First of all, thank you for trying out ISLET-! you can find answers below.
It's true and I'm aware of that. As you said, it needs to be updated accordingly. I'll check it out and update it.
It also seems to have to do with "outdated" example codes and instructinos. I'll check it out as well. |
Thanks @jinbpark for checking this out. Any temporary patch for this will be helpful until documentation and docker image is fixed from your end. Thanks! |
Could you write down a more detailed context about your changes? It might help. |
Files changed - certifier-service
|- run.sh #-> make HOST as input argument instead of using 0.0.0.0
runtime
|- init.sh # Change with latest code from main branch
|- run.sh # Change with latest code from main branch
model-provider
|- init.sh #Change with latest code from main branch
|- run.sh # Change with latest code from main branch Steps to run example -
|
Do we have any idea, how to resolve the |
We could not reproduce this exact error.
PS: When we start FVP, machine internet goes down. Anyone has experienced this earlier? Any idea how to fix this? |
Could you try commenting out line-41/line-42 of configure_tap.sh?
Sorry about the late response. I don't have enough time to dig into this issue, until the start of this September. I'll do look at this issue after that point (maybe in the middle of this September?). In the meanwhile, you can build the tensorflow lite library on your own if you really need the tensorflow capability. |
Hi @jinbpark, Thanks for suggesting the solution. Although we were able to find out this solution. Currently we are not able to run Error for # ./run_aarch64.sh 193.168.10.15 8125 code 0 -1 -1 193.168.20.10
Mon Sep 18 00:00:00 UTC 2023
ln: /lib/libtensorflowlite.so: File exists
ln: /lib/libtensorflowlite_flex.so: File exists
running as client
load_client_certs_and_key: can't translate der to X509
init_client_ssl: load_client_certs_and_key failed
Can't init client app Here also same time-voilation error logs could be seen in certifier-service terminal. If you help up navigate through this, it would be grateful. |
Hi,
Docker image provided with
examples/confidential-ml/code_model.md
example is outdated as per latest code (main
branch).So the steps mentioned in
code_model.md
to run device on top of arm FVP does not work.Please provide updated images and update link in document as well.
Thanks!
The text was updated successfully, but these errors were encountered: