Madhava Jay
Madhava Jay
Allow hagrid check to be runnable via python rather than CLI and make the output nice and formatted with HTML the way quickstart / install wizard works. Once this works...
If someone runs quickstart on a server they might not be able to access the url without opening a port. We could check their external IP and then attempt to...
The install wizard could be broken up into 3 options linked from the main install wizard page. 3 large boxes left to right with: Install Syft to Connect Launch a...
The linux docker install instructions do not run the shell script they only download it. They should also make sure to run as super user if needed. First we should...
On linux there are a multitude of older versions of docker which can cause mayhem. We should provide some clear instructions on how to remove older docker if we detect...
Is there any way we can speed up the first import of syft because its horribly slow. Are we able to somehow profile it to know why? I believe doing...
Add code which checks hagrid version in install wizard to hagrid when it runs. Ignore error if the check fails. If there is a new version prompt the user with...
In HAGrid and Syft, detect if the platform is x86 but the user is on Apple Silicon and output a warning / error saying that Syft requires native Apple Silicon...
Test hagrid local setup on a fresh Ubuntu 22.04 now that people will be using this more going forwards.
To provide more control over the output filtering and checking what step is working we should split docker launch into docker pull (if they use tag=latest etc) or docker build...