Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Refactor Python Version Parsing | 2023-03-17 | -24/+13 | |
| | | | | | | | Remove the pointless function and allow the file-level constants to be imported by external callers. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Add Multi-version Capability | 2023-03-15 | -0/+54 | |
Adds support for having multiple evaluation python versions installed in the docker container. A utility to automatically generate correct dockerfile instructions and nsjail mounts based on the available versions is also included. Signed-off-by: Hassan Abouelela <[email protected]> |