Class LinuxGpuBuildImage

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codebuild.LinuxGpuBuildImage
All Implemented Interfaces:
IBindableBuildImage, IBuildImage, software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:41.825Z") @Stability(Stable) public class LinuxGpuBuildImage extends software.amazon.jsii.JsiiObject implements IBindableBuildImage
A CodeBuild GPU image running Linux.

This class has public constants that represent the most popular GPU images from AWS Deep Learning Containers.

Example:

 Project.Builder.create(this, "Project")
         .environment(BuildEnvironment.builder()
                 .buildImage(LinuxGpuBuildImage.DLC_TENSORFLOW_2_1_0_INFERENCE)
                 .build())
         .build();
 

See Also:
  • Field Details

    • DLC_MXNET_1_4_1

      @Stability(Stable) public static final IBuildImage DLC_MXNET_1_4_1
      MXNet 1.4.1 GPU image from AWS Deep Learning Containers.
    • DLC_MXNET_1_6_0

      @Stability(Stable) public static final IBuildImage DLC_MXNET_1_6_0
      MXNet 1.6.0 GPU image from AWS Deep Learning Containers.
    • DLC_PYTORCH_1_2_0

      @Stability(Stable) public static final IBuildImage DLC_PYTORCH_1_2_0
      PyTorch 1.2.0 GPU image from AWS Deep Learning Containers.
    • DLC_PYTORCH_1_3_1

      @Stability(Stable) public static final IBuildImage DLC_PYTORCH_1_3_1
      PyTorch 1.3.1 GPU image from AWS Deep Learning Containers.
    • DLC_PYTORCH_1_4_0_INFERENCE

      @Stability(Stable) public static final IBuildImage DLC_PYTORCH_1_4_0_INFERENCE
      PyTorch 1.4.0 GPU inference image from AWS Deep Learning Containers.
    • DLC_PYTORCH_1_4_0_TRAINING

      @Stability(Stable) public static final IBuildImage DLC_PYTORCH_1_4_0_TRAINING
      PyTorch 1.4.0 GPU training image from AWS Deep Learning Containers.
    • DLC_PYTORCH_1_5_0_INFERENCE

      @Stability(Stable) public static final IBuildImage DLC_PYTORCH_1_5_0_INFERENCE
      PyTorch 1.5.0 GPU inference image from AWS Deep Learning Containers.
    • DLC_PYTORCH_1_5_0_TRAINING

      @Stability(Stable) public static final IBuildImage DLC_PYTORCH_1_5_0_TRAINING
      PyTorch 1.5.0 GPU training image from AWS Deep Learning Containers.
    • DLC_TENSORFLOW_1_14_0

      @Stability(Stable) public static final IBuildImage DLC_TENSORFLOW_1_14_0
      Tensorflow 1.14.0 GPU image from AWS Deep Learning Containers.
    • DLC_TENSORFLOW_1_15_0

      @Stability(Stable) public static final IBuildImage DLC_TENSORFLOW_1_15_0
      Tensorflow 1.15.0 GPU image from AWS Deep Learning Containers.
    • DLC_TENSORFLOW_1_15_2_INFERENCE

      @Stability(Stable) public static final IBuildImage DLC_TENSORFLOW_1_15_2_INFERENCE
      Tensorflow 1.15.2 GPU inference image from AWS Deep Learning Containers.
    • DLC_TENSORFLOW_1_15_2_TRAINING

      @Stability(Stable) public static final IBuildImage DLC_TENSORFLOW_1_15_2_TRAINING
      Tensorflow 1.15.2 GPU training image from AWS Deep Learning Containers.
    • DLC_TENSORFLOW_2_0_0

      @Stability(Stable) public static final IBuildImage DLC_TENSORFLOW_2_0_0
      Tensorflow 2.0.0 GPU image from AWS Deep Learning Containers.
    • DLC_TENSORFLOW_2_0_1

      @Stability(Stable) public static final IBuildImage DLC_TENSORFLOW_2_0_1
      Tensorflow 2.0.1 GPU image from AWS Deep Learning Containers.
    • DLC_TENSORFLOW_2_1_0_INFERENCE

      @Stability(Stable) public static final IBuildImage DLC_TENSORFLOW_2_1_0_INFERENCE
      Tensorflow 2.1.0 GPU inference image from AWS Deep Learning Containers.
    • DLC_TENSORFLOW_2_1_0_TRAINING

      @Stability(Stable) public static final IBuildImage DLC_TENSORFLOW_2_1_0_TRAINING
      Tensorflow 2.1.0 GPU training image from AWS Deep Learning Containers.
    • DLC_TENSORFLOW_2_2_0_TRAINING

      @Stability(Stable) public static final IBuildImage DLC_TENSORFLOW_2_2_0_TRAINING
      Tensorflow 2.2.0 GPU training image from AWS Deep Learning Containers.
  • Constructor Details

    • LinuxGpuBuildImage

      protected LinuxGpuBuildImage(software.amazon.jsii.JsiiObjectRef objRef)
    • LinuxGpuBuildImage

      protected LinuxGpuBuildImage(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
  • Method Details