light-runner - v0.9.0
    Preparing search index...

    Interface RunnerOptions

    interface RunnerOptions {
        cpus?: string;
        gpus?: string | number;
        memory?: string;
        noNewPrivileges?: boolean;
        runtime?: Runtime;
    }
    Index

    Properties

    cpus?: string
    gpus?: string | number
    memory?: string
    noNewPrivileges?: boolean
    runtime?: Runtime