mithril-security / blindai

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

Fix windows version (os.uname not supported) #64

Closed JoFrost closed 2 years ago

JoFrost commented 2 years ago

Description

Using os.uname on Windows platform result in an error. This PR replaces os.uname with platform.uname to ensure compatibility with all platforms.

Related Issue

N/A

Type of change

The types of changes must be deduced from the labels of the related issues. Please consider providing these further details.

How Has This Been Tested?

CI

Checklist: