augustindelecluse
augustindelecluse
> It reads more like you should have done a single task if it actually consumes the same input. You could argue that run time is a concern you may...
> I meant at several steps in the sense that these steps are not contiguous part of a project, just a bunch of stuff to do, which I understand is...
Thanks @anthonygego for the notice. We use git for several courses, such that we can pull and evaluate a repository containing multiple files. In practice we use 1. **A solution...
If your goal is to clone and run the code from a repository, I think the best option is to have a task taking as input an ssh link to...
I am still unfamiliar to all inginious features and I don't know exactly what's the difference between a grading container and a student container. It does not exactly fit my...
So if I understand correctly, the procedure would be - Within the grading container: pull the code from github within `/task/student` (and thus have a `/task/student/data` directory) - Call `run_student`...