This repository contains the code of a dockerized openVRE analysis tool. It implements a wrapper that enable the DT4H AI Dashboard to dispatch federated task across the federated data nodes (FDNs) via the FEM-orchestrator API.
tool_id
: Identifier of particular DT4H DataToolbox analysis willing to be executednodes[]
: List of participating federated data nodes (FDN)token
: OIDC access token to authenticate against the FEM-orchestratorFEM-orchestrator-API
: Endpoint of the orchestrator API
- Clone this repository
- Change in the Dockerfile the
FROM
image with the one for your tool, the rest leave it as it is - Adjust the
VRE_Tool.py
of the vre_template_tool_dockerized repo and the tests folder - Build the image with the modified Dockerfile
- Test with new image
Not functional: Code under developement