0.4.14 • Published 3 years ago

capability-job-management-job-wrapper v0.4.14

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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 capability-job-management-job-wrapper@0.4.11
RUN mv /wrapper/node_modules/capability-job-management-job-wrapper/dockercmd.sh .
0.4.13

3 years ago

0.4.14

3 years ago

0.4.12

3 years ago

0.4.11

3 years ago

0.4.10

3 years ago

0.4.9

3 years ago

0.4.8

3 years ago

0.4.7

3 years ago

0.4.6

3 years ago

0.4.5

3 years ago

0.4.4

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago