mithril-security / blindai

Confidential AI deployment with secure enclaves :lock:
https://www.mithrilsecurity.io/
Apache License 2.0
500 stars 35 forks source link

merge hardware/software examples #56

Closed cchudant closed 2 years ago

cchudant commented 2 years ago

Description

Merge hardware/software examples

This should not be merged until the doc Merge request https://app.gitbook.com/o/pp6l7Nwljd0p4XwQ56q6/s/Y8JP36AqbQrk6wQStPQ3/~/changes/q7fX0Zuz0m8gcjqwFJVJ/getting-started/quick-start/run-the-blindai-server is merged (setting as draft for the time being)

Rendered quick link (since github diff for notebooks are broken)

Related Issue

53

Type of change

How Has This Been Tested?

Ran the notebooks

Checklist:

cchudant commented 2 years ago

I will try to get rid of the ugly

/usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
  from cryptography.utils import int_from_bytes
/usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
  from cryptography.utils import int_from_bytes
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

that appear in the notebooks

cchudant commented 2 years ago

@JoFrost This is ready for merge :)