@cdklabs/generative-ai-cdk-constructs • Docs
@cdklabs/generative-ai-cdk-constructs / ContainerImage
abstract
ContainerImagehttps://github.com/aws/deep-learning-containers/blob/master/available_images.md
new ContainerImage():
ContainerImage
abstract
bind(scope
,grantable
):ContainerImageConfig
• scope: Construct
• grantable: IGrantable
static
fromAsset(directory
,options
):ContainerImage
• directory: string
• options: DockerImageAssetOptions
= {}
static
fromEcrRepository(repository
,tag
):ContainerImage
• repository: IRepository
• tag: string
= 'latest'