educational-technology-collective / morf

The MOOC Replication Framework (MORF)
MIT License
16 stars 7 forks source link

add an "args" section to client.config #26

Closed jpgard closed 6 years ago

jpgard commented 6 years ago

This optional section allows the client to give named arguments that are provided to the docker image as environment variables at runtime. This would allow a user to, for example, create jobs that can have many different models (e.g. svm, lstm), and just provide an argument like model_type = svm in the [args] section of their config file; then different config files can be used to kick off many different jobs using the same docker image (which makes life easier for users).

jpgard commented 6 years ago

resolved as described