Skip to content

Implement end points for native commands #172

@vijayvammi

Description

@vijayvammi

It is better to have a method in place to allow users to run commands natively instead of Popen, especially as a pytorch has issues with it.

One way to allow it is to allow users to write a script, roughly along the lines of which becomes the docker CMD.

#! /bin/bash
runnable pre-command -c config -p parameters -t tag ---run-id <>

runnable post-command -c config -p parameters -t tag ---run-id <>

The pre-command and post-command use local executor and have run log, catalog and secrets functionality.

Should be relatively easy to implement and an easy win.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions