capability-job-management-job-wrapper
v0.4.14
Published
This library provides a wrapper around utilities to prepare a model process to run
Downloads
4
Readme
Model Job Wrapper
This library provides a wrapper around utilities to prepare a model process to run
The job-wrapper
contains everything needed in a model repository to bootstrap the model job run.
It provides the functionality
- to copy inputs from a file share
- raise start and stop events
- run the model.sh
- to copy outputs back to a file share
The intention is that the job-wrapper is install into a model project via additions to a Dockerfile
RUN mkdir /wrapper
RUN cd /wrapper && npm install [email protected]
RUN mv /wrapper/node_modules/capability-job-management-job-wrapper/dockercmd.sh .