alwaysai
Version:
The alwaysAI command-line interface (CLI)
10 lines • 339 B
TypeScript
import { Spawner } from './types';
import { TargetHardware } from '../../core/app';
export declare const APP_DIR = "/app";
export declare function DockerSpawner(opts: {
dockerImageId: string;
targetHardware?: TargetHardware;
volumes?: string[];
env_vars?: string[];
}): Spawner;
//# sourceMappingURL=docker-spawner.d.ts.map