UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

9 lines 324 B
import { Spawner } from '../../util'; export declare function buildDockerImageComponent(props: { targetHostSpawner: Spawner; targetHardware?: string; dockerImageTag?: string; dockerfilePath?: string; pullBaseImage?: boolean; }): Promise<string>; //# sourceMappingURL=build-docker-image-component.d.ts.map