Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Build ¶
Build a Cog model from a config
This is separated out from docker.Build(), so that can be as close as possible to the behavior of 'docker build'.
Types ¶
type TypeSignature ¶
type TypeSignature struct {
Inputs []Input `json:"inputs,omitempty"`
}
func GetTypeSignature ¶
func GetTypeSignature(imageName string, enableGPU bool) (*TypeSignature, error)
Click to show internal directories.
Click to hide internal directories.