Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GPUDriverConfig

import type { GPUDriverConfig } from "https://googleapis.deno.dev/v1/notebooks:v2.ts";

A GPU driver configuration

interface GPUDriverConfig {
customGpuDriverPath?: string;
enableGpuDriver?: boolean;
}

§Properties

§
customGpuDriverPath?: string
[src]

Optional. Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.

§
enableGpuDriver?: boolean
[src]

Optional. Whether the end user authorizes Google Cloud to install GPU driver on this VM instance. If this field is empty or set to false, the GPU driver won't be installed. Only applicable to instances with GPUs.