Google Compute Engine Operating System Images
Compute Engine offers many preconfigured public images that have compatible Linux, UNIX or Windows operating systems. Most images are free of charge. Premium images (SLES, RHEL, Windows) add additional cost to your instances. You can see the costs in the machine type overview.
AlmaLinux almalinux-cloud
Image project: almalinux-cloud
Image Family | Latest Image | Description | Min. Disk Size | Creation |
---|---|---|---|---|
almalinux-9 | almalinux-9-v20221206 X86_64 | AlmaLinux, AlmaLinux, 9, x86_64 built on 20221206 | 20 GB | 2022-12-06 |
almalinux-8 | almalinux-8-v20221206 X86_64 | AlmaLinux, AlmaLinux, 8, x86_64 built on 20221206 | 20 GB | 2022-12-06 |
Google Cloud CLI:
# Create VM instance with AlmaLinux operating system boot disk
# Name: 'vm-almalinux-cloud'
# Machine type: 'e2-micro'
# Zone: 'us-central1-a'
gcloud compute instances create vm-almalinux-cloud \
--machine-type='e2-micro' \
--zone='us-central1-a' \
--image-project='almalinux-cloud' \
--image-family='ADD_IMAGE_FAMILY_HERE'
CentOS centos-cloud
Image project: centos-cloud
Image Family | Latest Image | Description | Min. Disk Size | Creation |
---|---|---|---|---|
centos-stream-9 | centos-stream-9-v20221102 X86_64 | CentOS, CentOS, Stream 9, x86_64 built on 20221102, supports Shielded VM features | 20 GB | 2022-11-02 |
centos-stream-8 | centos-stream-8-v20221206 X86_64 | CentOS, CentOS, Stream 8, x86_64 built on 20221206, supports Shielded VM features | 20 GB | 2022-12-06 |
centos-7 | centos-7-v20221206 X86_64 | CentOS, CentOS, 7, x86_64 built on 20221206, supports Shielded VM features | 20 GB | 2022-12-06 |
Google Cloud CLI:
# Create VM instance with CentOS operating system boot disk
# Name: 'vm-centos-cloud'
# Machine type: 'e2-micro'
# Zone: 'us-central1-a'
gcloud compute instances create vm-centos-cloud \
--machine-type='e2-micro' \
--zone='us-central1-a' \
--image-project='centos-cloud' \
--image-family='ADD_IMAGE_FAMILY_HERE'
Container-Optimized OS cos-cloud
Image project: cos-cloud
Image Family | Latest Image | Description | Min. Disk Size | Creation |
---|---|---|---|---|
cos-stable | cos-stable-101-17162-40-56 X86_64 | Google, Container-Optimized OS, 101-17162.40.56 stable, Kernel: COS-5.15.65 Kubernetes: 1.23.10 Docker: 20.10.12 Family: cos-stable, supports Shielded VM features | 10 GB | 2023-01-23 |
cos-dev | cos-dev-105-17400-0-0 X86_64 | Google, Container-Optimized OS, 105-17400.0.0 dev, Kernel: COS-5.15.90 Kubernetes: 1.25.5 Docker: 20.10.12 Family: cos-dev, supports Shielded VM features | 10 GB | 2023-02-02 |
cos-beta | cos-beta-101-17162-40-56 X86_64 | Google, Container-Optimized OS, 101-17162.40.56 beta, Kernel: COS-5.15.65 Kubernetes: 1.23.10 Docker: 20.10.12 Family: cos-beta, supports Shielded VM features | 10 GB | 2023-01-23 |
cos-arm64-stable | cos-arm64-stable-101-17162-40-56 ARM64 | Google, Container-Optimized OS, 101-17162.40.56 stable, Kernel: COS-5.15.65 Kubernetes: 1.23.10 Docker: 20.10.12 Family: cos-arm64-stable, supports Shielded VM features | 10 GB | 2023-01-23 |
cos-arm64-dev | cos-arm64-dev-105-17400-0-0 ARM64 | Google, Container-Optimized OS, 105-17400.0.0 dev, Kernel: COS-5.15.90 Kubernetes: 1.25.5 Docker: 20.10.12 Family: cos-arm64-dev, supports Shielded VM features | 10 GB | 2023-02-02 |
cos-arm64-beta | cos-arm64-beta-101-17162-40-56 ARM64 | Google, Container-Optimized OS, 101-17162.40.56 beta, Kernel: COS-5.15.65 Kubernetes: 1.23.10 Docker: 20.10.12 Family: cos-arm64-beta, supports Shielded VM features | 10 GB | 2023-01-23 |
cos-arm64-101-lts | cos-arm64-101-17162-40-56 ARM64 | Google, Container-Optimized OS, 101-17162.40.56 LTS, Kernel: COS-5.15.65 Kubernetes: 1.23.10 Docker: 20.10.12 Family: cos-arm64-101-lts, supports Shielded VM features | 10 GB | 2023-01-23 |
cos-97-lts | cos-97-16919-235-9 X86_64 | Google, Container-Optimized OS, 97-16919.235.9 LTS, Kernel: COS-5.10.162 Kubernetes: 1.23.10 Docker: 20.10.12 Family: cos-97-lts, supports Shielded VM features | 10 GB | 2023-02-02 |
cos-93-lts | cos-93-16623-341-8 X86_64 | Google, Container-Optimized OS, 93-16623.341.8 LTS, Kernel: COS-5.10.162 Kubernetes: 1.21.14 Docker: 20.10.6 Family: cos-93-lts, supports Shielded VM features | 10 GB | 2023-02-02 |
cos-89-lts | cos-89-16108-798-7 X86_64 | Google, Container-Optimized OS, 89-16108.798.7 LTS, Kernel: COS-5.4.228 Kubernetes: 1.20.15 Docker: 20.10.3 Family: cos-89-lts, supports Shielded VM features | 10 GB | 2023-02-02 |
cos-101-lts | cos-101-17162-40-56 X86_64 | Google, Container-Optimized OS, 101-17162.40.56 LTS, Kernel: COS-5.15.65 Kubernetes: 1.23.10 Docker: 20.10.12 Family: cos-101-lts, supports Shielded VM features | 10 GB | 2023-01-23 |
Google Cloud CLI:
# Create VM instance with Container-Optimized OS operating system boot disk
# Name: 'vm-cos-cloud'
# Machine type: 'e2-micro'
# Zone: 'us-central1-a'
gcloud compute instances create vm-cos-cloud \
--machine-type='e2-micro' \
--zone='us-central1-a' \
--image-project='cos-cloud' \
--image-family='ADD_IMAGE_FAMILY_HERE'
Debian GNU/Linux debian-cloud
Image project: debian-cloud
Image Family | Latest Image | Description | Min. Disk Size | Creation |
---|---|---|---|---|
debian-11-arm64 | debian-11-bullseye-arm64-v20221102 ARM64 | Debian, Debian GNU/Linux, 11 (bullseye), arm64 built on 20221102 | 10 GB | 2022-11-02 |
debian-11 | debian-11-bullseye-v20221206 X86_64 | Debian, Debian GNU/Linux, 11 (bullseye), amd64 built on 20221206, supports Shielded VM features | 10 GB | 2022-12-06 |
debian-10 | debian-10-buster-v20221206 X86_64 | Debian, Debian GNU/Linux, 10 (buster), amd64 built on 20221206, supports Shielded VM features | 10 GB | 2022-12-06 |
Google Cloud CLI:
# Create VM instance with Debian GNU/Linux operating system boot disk
# Name: 'vm-debian-cloud'
# Machine type: 'e2-micro'
# Zone: 'us-central1-a'
gcloud compute instances create vm-debian-cloud \
--machine-type='e2-micro' \
--zone='us-central1-a' \
--image-project='debian-cloud' \
--image-family='ADD_IMAGE_FAMILY_HERE'
Deep Learning deeplearning-platform-release
Image project: deeplearning-platform-release
Image Family | Latest Image | Description | Min. Disk Size | Creation |
---|---|---|---|---|
tf-latest-gpu-ubuntu-2004 | tf-latest-gpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-latest-gpu-sev-ubuntu-2004 | tf-latest-gpu-sev-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-latest-gpu-sev-debian-10 | tf-latest-gpu-sev-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-latest-gpu-sev | tf-latest-gpu-sev-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-latest-gpu-debian-10 | tf-latest-gpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-latest-gpu | tf-latest-gpu-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-latest-cu113-ubuntu-2004 | tf-latest-cu113-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-latest-cu113-debian-10 | tf-latest-cu113-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-latest-cu113 | tf-latest-cu113-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-latest-cu110-ubuntu-2004 | tf-latest-cu110-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M103, TensorFlow Enterprise 2.6 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 2.6 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-latest-cu110-debian-10 | tf-latest-cu110-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M103, TensorFlow Enterprise 2.6 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 2.6 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-latest-cu110 | tf-latest-cu110-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M103, TensorFlow Enterprise 2.6 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 2.6 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-latest-cpu-ubuntu-2004 | tf-latest-cpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.11, M103, TensorFlow Enterprise 2.11 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.11 preinstalled. | 50 GB | 2023-01-26 |
tf-latest-cpu-sev-ubuntu-2004 | tf-latest-cpu-sev-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.11, M103, TensorFlow Enterprise 2.11 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.11 preinstalled. | 50 GB | 2023-01-26 |
tf-latest-cpu-sev-debian-10 | tf-latest-cpu-sev-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11, M103, TensorFlow Enterprise 2.11 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.11 preinstalled. | 50 GB | 2023-01-26 |
tf-latest-cpu-sev | tf-latest-cpu-sev-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11, M103, TensorFlow Enterprise 2.11 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.11 preinstalled. | 50 GB | 2023-01-26 |
tf-latest-cpu-debian-10 | tf-latest-cpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11, M103, TensorFlow Enterprise 2.11 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.11 preinstalled. | 50 GB | 2023-01-26 |
tf-latest-cpu | tf-latest-cpu-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11, M103, TensorFlow Enterprise 2.11 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.11 preinstalled. | 50 GB | 2023-01-26 |
tf-ent-latest-gpu-ubuntu-2004 | tf-ent-latest-gpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-latest-gpu-debian-10 | tf-ent-latest-gpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-latest-gpu | tf-ent-latest-gpu-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-latest-cu113-ubuntu-2004 | tf-ent-latest-cu113-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-latest-cu113-debian-10 | tf-ent-latest-cu113-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-latest-cu113 | tf-ent-latest-cu113-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-latest-cu110-ubuntu-2004 | tf-ent-latest-cu110-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M103, TensorFlow Enterprise 2.6 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 2.6 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-latest-cu110-debian-10 | tf-ent-latest-cu110-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M103, TensorFlow Enterprise 2.6 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 2.6 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-latest-cu110 | tf-ent-latest-cu110-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M103, TensorFlow Enterprise 2.6 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 2.6 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-latest-cpu-ubuntu-2004 | tf-ent-latest-cpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.11, M103, TensorFlow Enterprise 2.11 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.11 preinstalled. | 50 GB | 2023-01-26 |
tf-ent-latest-cpu-debian-10 | tf-ent-latest-cpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11, M103, TensorFlow Enterprise 2.11 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.11 preinstalled. | 50 GB | 2023-01-26 |
tf-ent-latest-cpu | tf-ent-latest-cpu-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11, M103, TensorFlow Enterprise 2.11 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.11 preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-9-cu113-ubuntu-2004 | tf-ent-2-9-cu113-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.9 with CUDA 11.3, M103, TensorFlow Enterprise 2.9 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.9 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-9-cu113-notebooks-ubuntu-2004 | tf-ent-2-9-cu113-notebooks-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.9 with CUDA 11.3, M103, TensorFlow Enterprise 2.9 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.9 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-9-cu113-notebooks-debian-10 | tf-ent-2-9-cu113-notebooks-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.9 with CUDA 11.3, M103, TensorFlow Enterprise 2.9 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.9 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-9-cu113-notebooks | tf-ent-2-9-cu113-notebooks-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.9 with CUDA 11.3, M103, TensorFlow Enterprise 2.9 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.9 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-9-cu113-debian-10 | tf-ent-2-9-cu113-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.9 with CUDA 11.3, M103, TensorFlow Enterprise 2.9 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.9 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-9-cu113 | tf-ent-2-9-cu113-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.9 with CUDA 11.3, M103, TensorFlow Enterprise 2.9 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.9 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-9-cpu-ubuntu-2004 | tf-ent-2-9-cpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.9, M103, TensorFlow Enterprise 2.9 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.9 preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-9-cpu-debian-10 | tf-ent-2-9-cpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.9, M103, TensorFlow Enterprise 2.9 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.9 preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-9-cpu | tf-ent-2-9-cpu-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.9, M103, TensorFlow Enterprise 2.9 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.9 preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-8-cu113-ubuntu-2004 | tf-ent-2-8-cu113-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M103, TensorFlow Enterprise 2.8 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.8 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-8-cu113-notebooks-ubuntu-2004 | tf-ent-2-8-cu113-notebooks-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M103, TensorFlow Enterprise 2.8 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.8 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-8-cu113-notebooks-debian-10 | tf-ent-2-8-cu113-notebooks-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M103, TensorFlow Enterprise 2.8 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.8 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-8-cu113-notebooks | tf-ent-2-8-cu113-notebooks-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M103, TensorFlow Enterprise 2.8 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.8 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-8-cu113-debian-10 | tf-ent-2-8-cu113-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M103, TensorFlow Enterprise 2.8 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.8 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-8-cu113 | tf-ent-2-8-cu113-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M103, TensorFlow Enterprise 2.8 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.8 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-8-cpu-ubuntu-2004 | tf-ent-2-8-cpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.8, M103, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-8-cpu-debian-10 | tf-ent-2-8-cpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8, M103, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-8-cpu | tf-ent-2-8-cpu-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8, M103, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-6-cu110-ubuntu-2004 | tf-ent-2-6-cu110-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M103, TensorFlow Enterprise 2.6 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 2.6 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-6-cu110-notebooks-ubuntu-2004 | tf-ent-2-6-cu110-notebooks-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M103, TensorFlow Enterprise 2.6 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 2.6 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-6-cu110-notebooks-debian-10 | tf-ent-2-6-cu110-notebooks-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M103, TensorFlow Enterprise 2.6 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 2.6 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-6-cu110-notebooks | tf-ent-2-6-cu110-notebooks-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M103, TensorFlow Enterprise 2.6 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 2.6 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-6-cu110-debian-10 | tf-ent-2-6-cu110-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M103, TensorFlow Enterprise 2.6 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 2.6 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-6-cu110 | tf-ent-2-6-cu110-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M103, TensorFlow Enterprise 2.6 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 2.6 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-6-cpu-ubuntu-2004 | tf-ent-2-6-cpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.6, M103, TensorFlow Enterprise 2.6 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.6 preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-6-cpu-debian-10 | tf-ent-2-6-cpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6, M103, TensorFlow Enterprise 2.6 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.6 preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-6-cpu | tf-ent-2-6-cpu-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6, M103, TensorFlow Enterprise 2.6 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.6 preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-3-cu110-ubuntu-2004 | tf-ent-2-3-cu110-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M103, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-3-cu110-notebooks-ubuntu-2004 | tf-ent-2-3-cu110-notebooks-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M103, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-3-cu110-notebooks-debian-10 | tf-ent-2-3-cu110-notebooks-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M103, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-3-cu110-notebooks | tf-ent-2-3-cu110-notebooks-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M103, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-3-cu110-debian-10 | tf-ent-2-3-cu110-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M103, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-3-cu110 | tf-ent-2-3-cu110-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M103, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-3-cpu-ubuntu-2004 | tf-ent-2-3-cpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.3, M103, TensorFlow Enterprise 2.3 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.3 preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-3-cpu-debian-10 | tf-ent-2-3-cpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3, M103, TensorFlow Enterprise 2.3 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.3 preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-3-cpu | tf-ent-2-3-cpu-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3, M103, TensorFlow Enterprise 2.3 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.3 preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-11-cu113-ubuntu-2004 | tf-ent-2-11-cu113-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-11-cu113-notebooks-ubuntu-2004 | tf-ent-2-11-cu113-notebooks-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-11-cu113-notebooks-debian-10 | tf-ent-2-11-cu113-notebooks-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-11-cu113-notebooks | tf-ent-2-11-cu113-notebooks-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-11-cu113-debian-10 | tf-ent-2-11-cu113-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-11-cu113 | tf-ent-2-11-cu113-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-11-cpu-ubuntu-2004 | tf-ent-2-11-cpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.11, M103, TensorFlow Enterprise 2.11 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.11 preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-11-cpu-debian-10 | tf-ent-2-11-cpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11, M103, TensorFlow Enterprise 2.11 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.11 preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-11-cpu | tf-ent-2-11-cpu-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11, M103, TensorFlow Enterprise 2.11 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.11 preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-10-cu113-ubuntu-2004 | tf-ent-2-10-cu113-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.10 with CUDA 11.3, M103, TensorFlow Enterprise 2.10 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.10 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-10-cu113-notebooks-ubuntu-2004 | tf-ent-2-10-cu113-notebooks-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.10 with CUDA 11.3, M103, TensorFlow Enterprise 2.10 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.10 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-10-cu113-notebooks-debian-10 | tf-ent-2-10-cu113-notebooks-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.10 with CUDA 11.3, M103, TensorFlow Enterprise 2.10 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.10 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-10-cu113-notebooks | tf-ent-2-10-cu113-notebooks-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.10 with CUDA 11.3, M103, TensorFlow Enterprise 2.10 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.10 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-10-cu113-debian-10 | tf-ent-2-10-cu113-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.10 with CUDA 11.3, M103, TensorFlow Enterprise 2.10 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.10 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-10-cu113 | tf-ent-2-10-cu113-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.10 with CUDA 11.3, M103, TensorFlow Enterprise 2.10 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.10 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-10-cpu-ubuntu-2004 | tf-ent-2-10-cpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.10, M103, TensorFlow Enterprise 2.10 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.10 preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-10-cpu-debian-10 | tf-ent-2-10-cpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.10, M103, TensorFlow Enterprise 2.10 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.10 preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-10-cpu | tf-ent-2-10-cpu-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.10, M103, TensorFlow Enterprise 2.10 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.10 preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-1-cu110-ubuntu-2004 | tf-ent-2-1-cu110-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M103, TensorFlow Enterprise 2.1 with CUDA 11.0, Deep Learning VM Image with TensorFlow 2.1 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-1-cu110-notebooks-ubuntu-2004 | tf-ent-2-1-cu110-notebooks-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M103, TensorFlow Enterprise 2.1 with CUDA 11.0, Deep Learning VM Image with TensorFlow 2.1 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-1-cu110-notebooks-debian-10 | tf-ent-2-1-cu110-notebooks-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M103, TensorFlow Enterprise 2.1 with CUDA 11.0, Deep Learning VM Image with TensorFlow 2.1 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-1-cu110-notebooks | tf-ent-2-1-cu110-notebooks-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M103, TensorFlow Enterprise 2.1 with CUDA 11.0, Deep Learning VM Image with TensorFlow 2.1 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-1-cu110-debian-10 | tf-ent-2-1-cu110-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M103, TensorFlow Enterprise 2.1 with CUDA 11.0, Deep Learning VM Image with TensorFlow 2.1 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-1-cu110 | tf-ent-2-1-cu110-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M103, TensorFlow Enterprise 2.1 with CUDA 11.0, Deep Learning VM Image with TensorFlow 2.1 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-1-cpu-ubuntu-2004 | tf-ent-2-1-cpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.1, M103, TensorFlow Enterprise 2.1 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.1 preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-1-cpu-debian-10 | tf-ent-2-1-cpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1, M103, TensorFlow Enterprise 2.1 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.1 preinstalled. | 50 GB | 2023-01-26 |
tf-ent-2-1-cpu | tf-ent-2-1-cpu-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1, M103, TensorFlow Enterprise 2.1 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.1 preinstalled. | 50 GB | 2023-01-26 |
tf-ent-1-15-cu110-ubuntu-2004 | tf-ent-1-15-cu110-v20221017-ubuntu-2004 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15 with CUDA 11.0, M98, TensorFlow Enterprise 1.15 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 1.15 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2022-10-17 |
tf-ent-1-15-cu110-notebooks-ubuntu-2004 | tf-ent-1-15-cu110-notebooks-v20221017-ubuntu-2004 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15 with CUDA 11.0, M98, TensorFlow Enterprise 1.15 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 1.15 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2022-10-17 |
tf-ent-1-15-cu110-notebooks-debian-10 | tf-ent-1-15-cu110-notebooks-v20221107-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15 with CUDA 11.0, M100, TensorFlow Enterprise 1.15 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 1.15 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2022-11-07 |
tf-ent-1-15-cu110-notebooks | tf-ent-1-15-cu110-notebooks-v20221107 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15 with CUDA 11.0, M100, TensorFlow Enterprise 1.15 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 1.15 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2022-11-07 |
tf-ent-1-15-cu110-debian-10 | tf-ent-1-15-cu110-v20221107-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15 with CUDA 11.0, M100, TensorFlow Enterprise 1.15 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 1.15 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2022-11-07 |
tf-ent-1-15-cu110 | tf-ent-1-15-cu110-v20221107 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15 with CUDA 11.0, M100, TensorFlow Enterprise 1.15 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 1.15 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2022-11-07 |
tf-ent-1-15-cpu-ubuntu-2004 | tf-ent-1-15-cpu-v20221017-ubuntu-2004 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15, M98, TensorFlow Enterprise 1.15 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 1.15 preinstalled. | 50 GB | 2022-10-17 |
tf-ent-1-15-cpu-debian-10 | tf-ent-1-15-cpu-v20221107-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15, M100, TensorFlow Enterprise 1.15 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 1.15 preinstalled. | 50 GB | 2022-11-07 |
tf-ent-1-15-cpu | tf-ent-1-15-cpu-v20221107 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15, M100, TensorFlow Enterprise 1.15 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 1.15 preinstalled. | 50 GB | 2022-11-07 |
tf-2-9-tpu-ubuntu-2004 | tf-2-9-tpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.9, M103, TensorFlow Enterprise 2.9 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.9 preinstalled. | 50 GB | 2023-01-26 |
tf-2-9-tpu-debian-10 | tf-2-9-tpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.9, M103, TensorFlow Enterprise 2.9 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.9 preinstalled. | 50 GB | 2023-01-26 |
tf-2-9-tpu | tf-2-9-tpu-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.9, M103, TensorFlow Enterprise 2.9 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.9 preinstalled. | 50 GB | 2023-01-26 |
tf-2-9-cu113-ubuntu-2004 | tf-2-9-cu113-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.9 with CUDA 11.3, M103, TensorFlow Enterprise 2.9 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.9 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-9-cu113-notebooks-ubuntu-2004 | tf-2-9-cu113-notebooks-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.9 with CUDA 11.3, M103, TensorFlow Enterprise 2.9 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.9 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-9-cu113-notebooks-debian-10 | tf-2-9-cu113-notebooks-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.9 with CUDA 11.3, M103, TensorFlow Enterprise 2.9 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.9 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-9-cu113-notebooks | tf-2-9-cu113-notebooks-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.9 with CUDA 11.3, M103, TensorFlow Enterprise 2.9 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.9 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-9-cu113-debian-10 | tf-2-9-cu113-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.9 with CUDA 11.3, M103, TensorFlow Enterprise 2.9 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.9 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-9-cu113 | tf-2-9-cu113-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.9 with CUDA 11.3, M103, TensorFlow Enterprise 2.9 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.9 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-9-cpu-ubuntu-2004 | tf-2-9-cpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.9, M103, TensorFlow Enterprise 2.9 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.9 preinstalled. | 50 GB | 2023-01-26 |
tf-2-9-cpu-debian-10 | tf-2-9-cpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.9, M103, TensorFlow Enterprise 2.9 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.9 preinstalled. | 50 GB | 2023-01-26 |
tf-2-9-cpu | tf-2-9-cpu-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.9, M103, TensorFlow Enterprise 2.9 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.9 preinstalled. | 50 GB | 2023-01-26 |
tf-2-8-tpu-ubuntu-2004 | tf-2-8-tpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.8, M103, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2023-01-26 |
tf-2-8-tpu-debian-10 | tf-2-8-tpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8, M103, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2023-01-26 |
tf-2-8-tpu | tf-2-8-tpu-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8, M103, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2023-01-26 |
tf-2-8-cu113-ubuntu-2004 | tf-2-8-cu113-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M103, TensorFlow Enterprise 2.8 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.8 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-8-cu113-notebooks-ubuntu-2004 | tf-2-8-cu113-notebooks-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M103, TensorFlow Enterprise 2.8 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.8 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-8-cu113-notebooks-debian-10 | tf-2-8-cu113-notebooks-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M103, TensorFlow Enterprise 2.8 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.8 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-8-cu113-notebooks | tf-2-8-cu113-notebooks-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M103, TensorFlow Enterprise 2.8 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.8 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-8-cu113-debian-10 | tf-2-8-cu113-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M103, TensorFlow Enterprise 2.8 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.8 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-8-cu113 | tf-2-8-cu113-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M103, TensorFlow Enterprise 2.8 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.8 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-8-cpu-ubuntu-2004 | tf-2-8-cpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.8, M103, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2023-01-26 |
tf-2-8-cpu-debian-10 | tf-2-8-cpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8, M103, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2023-01-26 |
tf-2-8-cpu | tf-2-8-cpu-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8, M103, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2023-01-26 |
tf-2-6-tpu-ubuntu-2004 | tf-2-6-tpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.6, M103, TensorFlow Enterprise 2.6 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.6 preinstalled. | 50 GB | 2023-01-26 |
tf-2-6-tpu-debian-10 | tf-2-6-tpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6, M103, TensorFlow Enterprise 2.6 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.6 preinstalled. | 50 GB | 2023-01-26 |
tf-2-6-tpu | tf-2-6-tpu-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6, M103, TensorFlow Enterprise 2.6 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.6 preinstalled. | 50 GB | 2023-01-26 |
tf-2-6-cu110-ubuntu-2004 | tf-2-6-cu110-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M103, TensorFlow Enterprise 2.6 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 2.6 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-6-cu110-notebooks-ubuntu-2004 | tf-2-6-cu110-notebooks-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M103, TensorFlow Enterprise 2.6 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 2.6 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-6-cu110-notebooks-debian-10 | tf-2-6-cu110-notebooks-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M103, TensorFlow Enterprise 2.6 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 2.6 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-6-cu110-notebooks | tf-2-6-cu110-notebooks-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M103, TensorFlow Enterprise 2.6 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 2.6 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-6-cu110-debian-10 | tf-2-6-cu110-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M103, TensorFlow Enterprise 2.6 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 2.6 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-6-cu110 | tf-2-6-cu110-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M103, TensorFlow Enterprise 2.6 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 2.6 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-6-cpu-ubuntu-2004 | tf-2-6-cpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.6, M103, TensorFlow Enterprise 2.6 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.6 preinstalled. | 50 GB | 2023-01-26 |
tf-2-6-cpu-debian-10 | tf-2-6-cpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6, M103, TensorFlow Enterprise 2.6 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.6 preinstalled. | 50 GB | 2023-01-26 |
tf-2-6-cpu | tf-2-6-cpu-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6, M103, TensorFlow Enterprise 2.6 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.6 preinstalled. | 50 GB | 2023-01-26 |
tf-2-3-tpu-ubuntu-2004 | tf-2-3-tpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.3, M103, TensorFlow Enterprise 2.3 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.3 preinstalled. | 50 GB | 2023-01-26 |
tf-2-3-tpu-debian-10 | tf-2-3-tpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3, M103, TensorFlow Enterprise 2.3 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.3 preinstalled. | 50 GB | 2023-01-26 |
tf-2-3-tpu | tf-2-3-tpu-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3, M103, TensorFlow Enterprise 2.3 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.3 preinstalled. | 50 GB | 2023-01-26 |
tf-2-3-cu110-ubuntu-2004 | tf-2-3-cu110-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M103, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-3-cu110-notebooks-ubuntu-2004 | tf-2-3-cu110-notebooks-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M103, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-3-cu110-notebooks-debian-10 | tf-2-3-cu110-notebooks-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M103, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-3-cu110-notebooks | tf-2-3-cu110-notebooks-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M103, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-3-cu110-debian-10 | tf-2-3-cu110-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M103, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-3-cu110 | tf-2-3-cu110-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M103, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-3-cpu-ubuntu-2004 | tf-2-3-cpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.3, M103, TensorFlow Enterprise 2.3 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.3 preinstalled. | 50 GB | 2023-01-26 |
tf-2-3-cpu-debian-10 | tf-2-3-cpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3, M103, TensorFlow Enterprise 2.3 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.3 preinstalled. | 50 GB | 2023-01-26 |
tf-2-3-cpu | tf-2-3-cpu-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3, M103, TensorFlow Enterprise 2.3 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.3 preinstalled. | 50 GB | 2023-01-26 |
tf-2-11-tpu-ubuntu-2004 | tf-2-11-tpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.11, M103, TensorFlow Enterprise 2.11 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.11 preinstalled. | 50 GB | 2023-01-26 |
tf-2-11-tpu-debian-10 | tf-2-11-tpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11, M103, TensorFlow Enterprise 2.11 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.11 preinstalled. | 50 GB | 2023-01-26 |
tf-2-11-tpu | tf-2-11-tpu-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11, M103, TensorFlow Enterprise 2.11 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.11 preinstalled. | 50 GB | 2023-01-26 |
tf-2-11-cu113-ubuntu-2004 | tf-2-11-cu113-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-11-cu113-notebooks-ubuntu-2004 | tf-2-11-cu113-notebooks-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-11-cu113-notebooks-debian-10 | tf-2-11-cu113-notebooks-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-11-cu113-notebooks | tf-2-11-cu113-notebooks-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-11-cu113-debian-10 | tf-2-11-cu113-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-11-cu113 | tf-2-11-cu113-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-11-cpu-ubuntu-2004 | tf-2-11-cpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.11, M103, TensorFlow Enterprise 2.11 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.11 preinstalled. | 50 GB | 2023-01-26 |
tf-2-11-cpu-debian-10 | tf-2-11-cpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11, M103, TensorFlow Enterprise 2.11 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.11 preinstalled. | 50 GB | 2023-01-26 |
tf-2-11-cpu | tf-2-11-cpu-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11, M103, TensorFlow Enterprise 2.11 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.11 preinstalled. | 50 GB | 2023-01-26 |
tf-2-10-tpu-ubuntu-2004 | tf-2-10-tpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.10, M103, TensorFlow Enterprise 2.10 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.10 preinstalled. | 50 GB | 2023-01-26 |
tf-2-10-tpu-debian-10 | tf-2-10-tpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.10, M103, TensorFlow Enterprise 2.10 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.10 preinstalled. | 50 GB | 2023-01-26 |
tf-2-10-tpu | tf-2-10-tpu-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.10, M103, TensorFlow Enterprise 2.10 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.10 preinstalled. | 50 GB | 2023-01-26 |
tf-2-10-cu113-ubuntu-2004 | tf-2-10-cu113-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.10 with CUDA 11.3, M103, TensorFlow Enterprise 2.10 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.10 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-10-cu113-notebooks-ubuntu-2004 | tf-2-10-cu113-notebooks-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.10 with CUDA 11.3, M103, TensorFlow Enterprise 2.10 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.10 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-10-cu113-notebooks-debian-10 | tf-2-10-cu113-notebooks-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.10 with CUDA 11.3, M103, TensorFlow Enterprise 2.10 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.10 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-10-cu113-notebooks | tf-2-10-cu113-notebooks-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.10 with CUDA 11.3, M103, TensorFlow Enterprise 2.10 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.10 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-10-cu113-debian-10 | tf-2-10-cu113-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.10 with CUDA 11.3, M103, TensorFlow Enterprise 2.10 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.10 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-10-cu113 | tf-2-10-cu113-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.10 with CUDA 11.3, M103, TensorFlow Enterprise 2.10 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.10 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-10-cpu-ubuntu-2004 | tf-2-10-cpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.10, M103, TensorFlow Enterprise 2.10 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.10 preinstalled. | 50 GB | 2023-01-26 |
tf-2-10-cpu-debian-10 | tf-2-10-cpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.10, M103, TensorFlow Enterprise 2.10 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.10 preinstalled. | 50 GB | 2023-01-26 |
tf-2-10-cpu | tf-2-10-cpu-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.10, M103, TensorFlow Enterprise 2.10 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.10 preinstalled. | 50 GB | 2023-01-26 |
tf-2-1-tpu-ubuntu-2004 | tf-2-1-tpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.1, M103, TensorFlow Enterprise 2.1 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.1 preinstalled. | 50 GB | 2023-01-26 |
tf-2-1-tpu-debian-10 | tf-2-1-tpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1, M103, TensorFlow Enterprise 2.1 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.1 preinstalled. | 50 GB | 2023-01-26 |
tf-2-1-tpu | tf-2-1-tpu-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1, M103, TensorFlow Enterprise 2.1 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.1 preinstalled. | 50 GB | 2023-01-26 |
tf-2-1-cu110-ubuntu-2004 | tf-2-1-cu110-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M103, TensorFlow Enterprise 2.1 with CUDA 11.0, Deep Learning VM Image with TensorFlow 2.1 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-1-cu110-notebooks-ubuntu-2004 | tf-2-1-cu110-notebooks-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M103, TensorFlow Enterprise 2.1 with CUDA 11.0, Deep Learning VM Image with TensorFlow 2.1 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-1-cu110-notebooks-debian-10 | tf-2-1-cu110-notebooks-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M103, TensorFlow Enterprise 2.1 with CUDA 11.0, Deep Learning VM Image with TensorFlow 2.1 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-1-cu110-notebooks | tf-2-1-cu110-notebooks-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M103, TensorFlow Enterprise 2.1 with CUDA 11.0, Deep Learning VM Image with TensorFlow 2.1 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-1-cu110-debian-10 | tf-2-1-cu110-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M103, TensorFlow Enterprise 2.1 with CUDA 11.0, Deep Learning VM Image with TensorFlow 2.1 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-1-cu110 | tf-2-1-cu110-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M103, TensorFlow Enterprise 2.1 with CUDA 11.0, Deep Learning VM Image with TensorFlow 2.1 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-1-cpu-ubuntu-2004 | tf-2-1-cpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.1, M103, TensorFlow Enterprise 2.1 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.1 preinstalled. | 50 GB | 2023-01-26 |
tf-2-1-cpu-debian-10 | tf-2-1-cpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1, M103, TensorFlow Enterprise 2.1 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.1 preinstalled. | 50 GB | 2023-01-26 |
tf-2-1-cpu | tf-2-1-cpu-v20230126 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1, M103, TensorFlow Enterprise 2.1 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.1 preinstalled. | 50 GB | 2023-01-26 |
tf-1-15-cu110-ubuntu-2004 | tf-1-15-cu110-v20221017-ubuntu-2004 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15 with CUDA 11.0, M98, TensorFlow Enterprise 1.15 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 1.15 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2022-10-17 |
tf-1-15-cu110-notebooks-ubuntu-2004 | tf-1-15-cu110-notebooks-v20221017-ubuntu-2004 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15 with CUDA 11.0, M98, TensorFlow Enterprise 1.15 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 1.15 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2022-10-17 |
tf-1-15-cu110-notebooks-debian-10 | tf-1-15-cu110-notebooks-v20221107-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15 with CUDA 11.0, M100, TensorFlow Enterprise 1.15 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 1.15 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2022-11-07 |
tf-1-15-cu110-notebooks | tf-1-15-cu110-notebooks-v20221107 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15 with CUDA 11.0, M100, TensorFlow Enterprise 1.15 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 1.15 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2022-11-07 |
tf-1-15-cu110-debian-10 | tf-1-15-cu110-v20221107-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15 with CUDA 11.0, M100, TensorFlow Enterprise 1.15 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 1.15 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2022-11-07 |
tf-1-15-cu110 | tf-1-15-cu110-v20221107 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15 with CUDA 11.0, M100, TensorFlow Enterprise 1.15 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 1.15 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2022-11-07 |
tf-1-15-cpu-ubuntu-2004 | tf-1-15-cpu-v20221017-ubuntu-2004 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15, M98, TensorFlow Enterprise 1.15 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 1.15 preinstalled. | 50 GB | 2022-10-17 |
tf-1-15-cpu-debian-10 | tf-1-15-cpu-v20221107-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15, M100, TensorFlow Enterprise 1.15 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 1.15 preinstalled. | 50 GB | 2022-11-07 |
tf-1-15-cpu | tf-1-15-cpu-v20221107 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15, M100, TensorFlow Enterprise 1.15 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 1.15 preinstalled. | 50 GB | 2022-11-07 |
r-latest-cpu-experimental-ubuntu-2004 | r-latest-cpu-experimental-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for R, M103, Deep Learning VM Image with R preinstalled. | 50 GB | 2023-01-26 |
r-latest-cpu-experimental-debian-10 | r-latest-cpu-experimental-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for R, M103, Deep Learning VM Image with R preinstalled. | 50 GB | 2023-01-26 |
r-latest-cpu-experimental | r-latest-cpu-experimental-v20230126 | Google, Debian 10 based Deep Learning VM for R, M103, Deep Learning VM Image with R preinstalled. | 50 GB | 2023-01-26 |
r-4-2-cpu-experimental-ubuntu-2004 | r-4-2-cpu-experimental-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for R, M103, Deep Learning VM Image with R preinstalled. | 50 GB | 2023-01-26 |
r-4-2-cpu-experimental-notebooks-ubuntu-2004 | r-4-2-cpu-experimental-notebooks-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for R, M103, Deep Learning VM Image with R preinstalled. | 50 GB | 2023-01-26 |
r-4-2-cpu-experimental-notebooks-debian-10 | r-4-2-cpu-experimental-notebooks-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for R, M103, Deep Learning VM Image with R preinstalled. | 50 GB | 2023-01-26 |
r-4-2-cpu-experimental-notebooks | r-4-2-cpu-experimental-notebooks-v20230126 | Google, Debian 10 based Deep Learning VM for R, M103, Deep Learning VM Image with R preinstalled. | 50 GB | 2023-01-26 |
r-4-2-cpu-experimental-debian-10 | r-4-2-cpu-experimental-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for R, M103, Deep Learning VM Image with R preinstalled. | 50 GB | 2023-01-26 |
r-4-2-cpu-experimental | r-4-2-cpu-experimental-v20230126 | Google, Debian 10 based Deep Learning VM for R, M103, Deep Learning VM Image with R preinstalled. | 50 GB | 2023-01-26 |
r-4-1-cpu-experimental-ubuntu-2004 | r-4-1-cpu-experimental-v20220928-ubuntu-2004 | Google, Debian 10 based Deep Learning VM for R, M97, Deep Learning VM Image with R preinstalled. | 50 GB | 2022-09-28 |
r-4-1-cpu-experimental-notebooks-ubuntu-2004 | r-4-1-cpu-experimental-notebooks-v20220928-ubuntu-2004 | Google, Debian 10 based Deep Learning VM for R, M97, Deep Learning VM Image with R preinstalled. | 50 GB | 2022-09-28 |
r-4-1-cpu-experimental-notebooks-debian-10 | r-4-1-cpu-experimental-notebooks-v20220928-debian-10 | Google, Debian 10 based Deep Learning VM for R, M97, Deep Learning VM Image with R preinstalled. | 50 GB | 2022-09-28 |
r-4-1-cpu-experimental-notebooks | r-4-1-cpu-experimental-notebooks-v20220928 | Google, Debian 10 based Deep Learning VM for R, M97, Deep Learning VM Image with R preinstalled. | 50 GB | 2022-09-28 |
r-4-1-cpu-experimental-debian-10 | r-4-1-cpu-experimental-v20220928-debian-10 | Google, Debian 10 based Deep Learning VM for R, M97, Deep Learning VM Image with R preinstalled. | 50 GB | 2022-09-28 |
r-4-1-cpu-experimental | r-4-1-cpu-experimental-v20220928 | Google, Debian 10 based Deep Learning VM for R, M97, Deep Learning VM Image with R preinstalled. | 50 GB | 2022-09-28 |
pytorch-latest-xla-ubuntu-2004 | pytorch-latest-xla-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for PyTorch/XLA, M91, PyTorch/XLA 1.11 and fast.ai, Deep Learning VM Image with PyTorch/XLA 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-17 |
pytorch-latest-xla-debian-10 | pytorch-latest-xla-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch/XLA, M91, PyTorch/XLA 1.11 and fast.ai, Deep Learning VM Image with PyTorch/XLA 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-17 |
pytorch-latest-xla | pytorch-latest-xla-v20220316 | Google, Debian 10 based Deep Learning VM for PyTorch/XLA, M91, PyTorch/XLA 1.11 and fast.ai, Deep Learning VM Image with PyTorch/XLA 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-17 |
pytorch-latest-gpu-ubuntu-2004 | pytorch-latest-gpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.13 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-latest-gpu-debian-10 | pytorch-latest-gpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.13 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-latest-gpu | pytorch-latest-gpu-v20230126 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.13 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-latest-cu113-ubuntu-2004 | pytorch-latest-cu113-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.13 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-latest-cu113-debian-10 | pytorch-latest-cu113-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.13 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-latest-cu113 | pytorch-latest-cu113-v20230126 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.13 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-latest-cu110-ubuntu-2004 | pytorch-latest-cu110-v20220227-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.0, M90, Deep Learning VM Image with PyTorch 1.10 and fast.ai preinstalled. | 50 GB | 2022-02-28 |
pytorch-latest-cu110-debian-10 | pytorch-latest-cu110-v20220227-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.0, M90, Deep Learning VM Image with PyTorch 1.10 and fast.ai preinstalled. | 50 GB | 2022-02-28 |
pytorch-latest-cu110 | pytorch-latest-cu110-v20220227 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.0, M90, Deep Learning VM Image with PyTorch 1.10 and fast.ai preinstalled. | 50 GB | 2022-02-28 |
pytorch-latest-cpu-ubuntu-2004 | pytorch-latest-cpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.13 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-latest-cpu-debian-10 | pytorch-latest-cpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.13 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-latest-cpu | pytorch-latest-cpu-v20230126 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.13 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-1-13-cu113-ubuntu-2004 | pytorch-1-13-cu113-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.13 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-1-13-cu113-notebooks-ubuntu-2004 | pytorch-1-13-cu113-notebooks-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.13 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-1-13-cu113-notebooks-debian-10 | pytorch-1-13-cu113-notebooks-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.13 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-1-13-cu113-notebooks | pytorch-1-13-cu113-notebooks-v20230126 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.13 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-1-13-cu113-debian-10 | pytorch-1-13-cu113-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.13 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-1-13-cu113 | pytorch-1-13-cu113-v20230126 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.13 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-1-13-cpu-ubuntu-2004 | pytorch-1-13-cpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.13 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-1-13-cpu-debian-10 | pytorch-1-13-cpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.13 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-1-13-cpu | pytorch-1-13-cpu-v20230126 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.13 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-1-12-cu113-ubuntu-2004 | pytorch-1-12-cu113-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.12 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-1-12-cu113-notebooks-ubuntu-2004 | pytorch-1-12-cu113-notebooks-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.12 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-1-12-cu113-notebooks-debian-10 | pytorch-1-12-cu113-notebooks-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.12 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-1-12-cu113-notebooks | pytorch-1-12-cu113-notebooks-v20230126 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.12 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-1-12-cu113-debian-10 | pytorch-1-12-cu113-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.12 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-1-12-cu113 | pytorch-1-12-cu113-v20230126 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.12 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-1-12-cpu-ubuntu-2004 | pytorch-1-12-cpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.12 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-1-12-cpu-debian-10 | pytorch-1-12-cpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.12 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-1-12-cpu | pytorch-1-12-cpu-v20230126 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.12 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-1-11-xla-ubuntu-2004 | pytorch-1-11-xla-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for PyTorch/XLA, M91, PyTorch/XLA 1.11 and fast.ai, Deep Learning VM Image with PyTorch/XLA 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-17 |
pytorch-1-11-xla-notebooks-ubuntu-2004 | pytorch-1-11-xla-notebooks-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for PyTorch/XLA, M91, PyTorch/XLA 1.11 and fast.ai, Deep Learning VM Image with PyTorch/XLA 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-17 |
pytorch-1-11-xla-notebooks-debian-10 | pytorch-1-11-xla-notebooks-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch/XLA, M91, PyTorch/XLA 1.11 and fast.ai, Deep Learning VM Image with PyTorch/XLA 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-17 |
pytorch-1-11-xla-notebooks | pytorch-1-11-xla-notebooks-v20220316 | Google, Debian 10 based Deep Learning VM for PyTorch/XLA, M91, PyTorch/XLA 1.11 and fast.ai, Deep Learning VM Image with PyTorch/XLA 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-17 |
pytorch-1-11-xla-debian-10 | pytorch-1-11-xla-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch/XLA, M91, PyTorch/XLA 1.11 and fast.ai, Deep Learning VM Image with PyTorch/XLA 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-17 |
pytorch-1-11-xla | pytorch-1-11-xla-v20220316 | Google, Debian 10 based Deep Learning VM for PyTorch/XLA, M91, PyTorch/XLA 1.11 and fast.ai, Deep Learning VM Image with PyTorch/XLA 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-17 |
pytorch-1-11-cu113-ubuntu-2004 | pytorch-1-11-cu113-v20220701-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M94, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-07-01 |
pytorch-1-11-cu113-notebooks-ubuntu-2004 | pytorch-1-11-cu113-notebooks-v20220701-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M94, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-07-01 |
pytorch-1-11-cu113-notebooks-debian-10 | pytorch-1-11-cu113-notebooks-v20220701-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M94, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-07-01 |
pytorch-1-11-cu113-notebooks | pytorch-1-11-cu113-notebooks-v20220701 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M94, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-07-01 |
pytorch-1-11-cu113-debian-10 | pytorch-1-11-cu113-v20220701-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M94, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-07-01 |
pytorch-1-11-cu113 | pytorch-1-11-cu113-v20220701 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M94, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-07-01 |
pytorch-1-11-cpu-ubuntu-2004 | pytorch-1-11-cpu-v20220701-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M94, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-07-01 |
pytorch-1-11-cpu-debian-10 | pytorch-1-11-cpu-v20220701-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M94, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-07-01 |
pytorch-1-11-cpu | pytorch-1-11-cpu-v20220701 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M94, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-07-01 |
pytorch-1-10-xla-ubuntu-2004 | pytorch-1-10-xla-v20220227-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for PyTorch/XLA, M90, PyTorch/XLA 1.10 and fast.ai, Deep Learning VM Image with PyTorch/XLA 1.10 and fast.ai preinstalled. | 50 GB | 2022-02-28 |
pytorch-1-10-xla-notebooks-ubuntu-2004 | pytorch-1-10-xla-notebooks-v20220227-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for PyTorch/XLA, M90, PyTorch/XLA 1.10 and fast.ai, Deep Learning VM Image with PyTorch/XLA 1.10 and fast.ai preinstalled. | 50 GB | 2022-02-28 |
pytorch-1-10-xla-notebooks-debian-10 | pytorch-1-10-xla-notebooks-v20220227-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch/XLA, M90, PyTorch/XLA 1.10 and fast.ai, Deep Learning VM Image with PyTorch/XLA 1.10 and fast.ai preinstalled. | 50 GB | 2022-02-28 |
pytorch-1-10-xla-notebooks | pytorch-1-10-xla-notebooks-v20220227 | Google, Debian 10 based Deep Learning VM for PyTorch/XLA, M90, PyTorch/XLA 1.10 and fast.ai, Deep Learning VM Image with PyTorch/XLA 1.10 and fast.ai preinstalled. | 50 GB | 2022-02-28 |
pytorch-1-10-xla-debian-10 | pytorch-1-10-xla-v20220227-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch/XLA, M90, PyTorch/XLA 1.10 and fast.ai, Deep Learning VM Image with PyTorch/XLA 1.10 and fast.ai preinstalled. | 50 GB | 2022-02-28 |
pytorch-1-10-xla | pytorch-1-10-xla-v20220227 | Google, Debian 10 based Deep Learning VM for PyTorch/XLA, M90, PyTorch/XLA 1.10 and fast.ai, Deep Learning VM Image with PyTorch/XLA 1.10 and fast.ai preinstalled. | 50 GB | 2022-02-28 |
pytorch-1-10-cu110-ubuntu-2004 | pytorch-1-10-cu110-v20220227-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.0, M90, Deep Learning VM Image with PyTorch 1.10 and fast.ai preinstalled. | 50 GB | 2022-02-28 |
pytorch-1-10-cu110-notebooks-ubuntu-2004 | pytorch-1-10-cu110-notebooks-v20220227-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.0, M90, Deep Learning VM Image with PyTorch 1.10 and fast.ai preinstalled. | 50 GB | 2022-02-28 |
pytorch-1-10-cu110-notebooks-debian-10 | pytorch-1-10-cu110-notebooks-v20220227-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.0, M90, Deep Learning VM Image with PyTorch 1.10 and fast.ai preinstalled. | 50 GB | 2022-02-28 |
pytorch-1-10-cu110-notebooks | pytorch-1-10-cu110-notebooks-v20220227 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.0, M90, Deep Learning VM Image with PyTorch 1.10 and fast.ai preinstalled. | 50 GB | 2022-02-28 |
pytorch-1-10-cu110-debian-10 | pytorch-1-10-cu110-v20220227-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.0, M90, Deep Learning VM Image with PyTorch 1.10 and fast.ai preinstalled. | 50 GB | 2022-02-28 |
pytorch-1-10-cu110 | pytorch-1-10-cu110-v20220227 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.0, M90, Deep Learning VM Image with PyTorch 1.10 and fast.ai preinstalled. | 50 GB | 2022-02-28 |
pytorch-1-10-cpu-ubuntu-2004 | pytorch-1-10-cpu-v20220227-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.0, M90, Deep Learning VM Image with PyTorch 1.10 and fast.ai preinstalled. | 50 GB | 2022-02-28 |
pytorch-1-10-cpu-debian-10 | pytorch-1-10-cpu-v20220227-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.0, M90, Deep Learning VM Image with PyTorch 1.10 and fast.ai preinstalled. | 50 GB | 2022-02-28 |
pytorch-1-10-cpu | pytorch-1-10-cpu-v20220227 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.0, M90, Deep Learning VM Image with PyTorch 1.10 and fast.ai preinstalled. | 50 GB | 2022-02-28 |
kaggle-container-ubuntu-2004 | kaggle-container-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Container Base Deep Learning VM, M103, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 100 GB | 2023-01-26 |
kaggle-container-debian-10 | kaggle-container-v20230126-debian-10 | Google, Debian 10 based Container Base Deep Learning VM, M103, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 100 GB | 2023-01-26 |
kaggle-container | kaggle-container-v20230126 | Google, Debian 10 based Container Base Deep Learning VM, M103, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 100 GB | 2023-01-26 |
jax-latest-cu113-experimental-debian-10 | jax-latest-cu113-experimental-v20220816-debian-10 | Google, Debian 10 based Deep Learning VM for JAX GPU with CUDA 11.3, M96, Deep Learning VM Image with JAX 0.3.14 with CUDA 11.3. | 50 GB | 2022-08-16 |
jax-latest-cu113-experimental | jax-latest-cu113-experimental-v20220816 | Google, Debian 10 based Deep Learning VM for JAX GPU with CUDA 11.3, M96, Deep Learning VM Image with JAX 0.3.14 with CUDA 11.3. | 50 GB | 2022-08-16 |
jax-0-3-14-cu113-notebooks-experimental-debian-10 | jax-0-3-14-cu113-notebooks-experimental-v20220816-debian-10 | Google, Debian 10 based Deep Learning VM for JAX GPU with CUDA 11.3, M96, Deep Learning VM Image with JAX 0.3.14 with CUDA 11.3. | 50 GB | 2022-08-16 |
jax-0-3-14-cu113-notebooks-experimental | jax-0-3-14-cu113-notebooks-experimental-v20220816 | Google, Debian 10 based Deep Learning VM for JAX GPU with CUDA 11.3, M96, Deep Learning VM Image with JAX 0.3.14 with CUDA 11.3. | 50 GB | 2022-08-16 |
jax-0-3-14-cu113-experimental-debian-10 | jax-0-3-14-cu113-experimental-v20220816-debian-10 | Google, Debian 10 based Deep Learning VM for JAX GPU with CUDA 11.3, M96, Deep Learning VM Image with JAX 0.3.14 with CUDA 11.3. | 50 GB | 2022-08-16 |
jax-0-3-14-cu113-experimental | jax-0-3-14-cu113-experimental-v20220816 | Google, Debian 10 based Deep Learning VM for JAX GPU with CUDA 11.3, M96, Deep Learning VM Image with JAX 0.3.14 with CUDA 11.3. | 50 GB | 2022-08-16 |
dataproc-container-ubuntu-2004 | dataproc-container-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Container Base Deep Learning VM, M103, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 100 GB | 2023-01-26 |
dataproc-container-debian-10 | dataproc-container-v20230126-debian-10 | Google, Debian 10 based Container Base Deep Learning VM, M103, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 100 GB | 2023-01-26 |
dataproc-container | dataproc-container-v20230126 | Google, Debian 10 based Container Base Deep Learning VM, M103, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 100 GB | 2023-01-26 |
dataflow-container-gpu-debian-10 | dataflow-container-gpu-v20230125-debian-10 | Google, Debian 10 based Deep Learning VM for Dataflow, M103, Container Base, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 100 GB | 2023-01-25 |
dataflow-container-gpu | dataflow-container-gpu-v20230125 | Google, Debian 10 based Deep Learning VM for Dataflow, M103, Container Base, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 100 GB | 2023-01-25 |
dataflow-container-debian-10 | dataflow-container-v20230125-debian-10 | Google, Debian 10 based Deep Learning VM for Dataflow, M103, Container Base, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 100 GB | 2023-01-25 |
dataflow-container | dataflow-container-v20230125 | Google, Debian 10 based Deep Learning VM for Dataflow, M103, Container Base, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 100 GB | 2023-01-25 |
common-cu113-ubuntu-2004 | common-cu113-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM with , M103, Base CUDA 11.3, Deep Learning VM Image with CUDA 11.3 preinstalled. | 50 GB | 2023-01-26 |
common-cu113-notebooks-ubuntu-2004 | common-cu113-notebooks-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM with , M103, Base CUDA 11.3, Deep Learning VM Image with CUDA 11.3 preinstalled. | 50 GB | 2023-01-26 |
common-cu113-notebooks-debian-10 | common-cu113-notebooks-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM with , M103, Base CUDA 11.3, Deep Learning VM Image with CUDA 11.3 preinstalled. | 50 GB | 2023-01-26 |
common-cu113-notebooks | common-cu113-notebooks-v20230126 | Google, Debian 10 based Deep Learning VM with , M103, Base CUDA 11.3, Deep Learning VM Image with CUDA 11.3 preinstalled. | 50 GB | 2023-01-26 |
common-cu113-debian-10 | common-cu113-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM with , M103, Base CUDA 11.3, Deep Learning VM Image with CUDA 11.3 preinstalled. | 50 GB | 2023-01-26 |
common-cu113 | common-cu113-v20230126 | Google, Debian 10 based Deep Learning VM with , M103, Base CUDA 11.3, Deep Learning VM Image with CUDA 11.3 preinstalled. | 50 GB | 2023-01-26 |
common-cu110-ubuntu-2004 | common-cu110-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM with , M103, Base CUDA 11.0, Deep Learning VM Image with CUDA 11.0 preinstalled. | 50 GB | 2023-01-26 |
common-cu110-notebooks-ubuntu-2004 | common-cu110-notebooks-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM with , M103, Base CUDA 11.0, Deep Learning VM Image with CUDA 11.0 preinstalled. | 50 GB | 2023-01-26 |
common-cu110-notebooks-debian-10 | common-cu110-notebooks-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM with , M103, Base CUDA 11.0, Deep Learning VM Image with CUDA 11.0 preinstalled. | 50 GB | 2023-01-26 |
common-cu110-notebooks | common-cu110-notebooks-v20230126 | Google, Debian 10 based Deep Learning VM with , M103, Base CUDA 11.0, Deep Learning VM Image with CUDA 11.0 preinstalled. | 50 GB | 2023-01-26 |
common-cu110-debian-10 | common-cu110-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM with , M103, Base CUDA 11.0, Deep Learning VM Image with CUDA 11.0 preinstalled. | 50 GB | 2023-01-26 |
common-cu110 | common-cu110-v20230126 | Google, Debian 10 based Deep Learning VM with , M103, Base CUDA 11.0, Deep Learning VM Image with CUDA 11.0 preinstalled. | 50 GB | 2023-01-26 |
common-cpu-ubuntu-2004 | common-cpu-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM (with Intel MKL), M103, Base For CPU (with Intel MKL), Deep Learning VM Image with Intel optimized NumPy, SciPy, and scikit-learn preinstalled. | 50 GB | 2023-01-26 |
common-cpu-notebooks-ubuntu-2004 | common-cpu-notebooks-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM (with Intel MKL), M103, Base For CPU (with Intel MKL), Deep Learning VM Image with Intel optimized NumPy, SciPy, and scikit-learn preinstalled. | 50 GB | 2023-01-26 |
common-cpu-notebooks-debian-10 | common-cpu-notebooks-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM (with Intel MKL), M103, Base For CPU (with Intel MKL), Deep Learning VM Image with Intel optimized NumPy, SciPy, and scikit-learn preinstalled. | 50 GB | 2023-01-26 |
common-cpu-notebooks | common-cpu-notebooks-v20230126 | Google, Debian 10 based Deep Learning VM (with Intel MKL), M103, Base For CPU (with Intel MKL), Deep Learning VM Image with Intel optimized NumPy, SciPy, and scikit-learn preinstalled. | 50 GB | 2023-01-26 |
common-cpu-debian-10 | common-cpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM (with Intel MKL), M103, Base For CPU (with Intel MKL), Deep Learning VM Image with Intel optimized NumPy, SciPy, and scikit-learn preinstalled. | 50 GB | 2023-01-26 |
common-cpu | common-cpu-v20230126 | Google, Debian 10 based Deep Learning VM (with Intel MKL), M103, Base For CPU (with Intel MKL), Deep Learning VM Image with Intel optimized NumPy, SciPy, and scikit-learn preinstalled. | 50 GB | 2023-01-26 |
common-container-ubuntu-2004 | common-container-experimental-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Container Base Deep Learning VM, M103, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 100 GB | 2023-01-26 |
common-container-notebooks-ubuntu-2004 | common-container-experimental-notebooks-v20230126-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Container Base Deep Learning VM, M103, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 100 GB | 2023-01-26 |
common-container-notebooks-debian-10 | common-container-experimental-notebooks-v20230126-debian-10 | Google, Debian 10 based Container Base Deep Learning VM, M103, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 100 GB | 2023-01-26 |
common-container-notebooks | common-container-experimental-notebooks-v20230126 | Google, Debian 10 based Container Base Deep Learning VM, M103, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 100 GB | 2023-01-26 |
common-container-debian-10 | common-container-experimental-v20230126-debian-10 | Google, Debian 10 based Container Base Deep Learning VM, M103, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 100 GB | 2023-01-26 |
common-container | common-container-experimental-v20230126 | Google, Debian 10 based Container Base Deep Learning VM, M103, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 100 GB | 2023-01-26 |
Google Cloud CLI:
# Create VM instance with Deep Learning operating system boot disk
# Name: 'vm-deeplearning-platform-release'
# Machine type: 'e2-micro'
# Zone: 'us-central1-a'
gcloud compute instances create vm-deeplearning-platform-release \
--machine-type='e2-micro' \
--zone='us-central1-a' \
--image-project='deeplearning-platform-release' \
--image-family='ADD_IMAGE_FAMILY_HERE'
Fedora fedora-cloud
Image project: fedora-cloud
Image Family | Latest Image | Description | Min. Disk Size | Creation |
---|---|---|---|---|
fedora-cloud-37 | fedora-cloud-base-gcp-37-beta-1-5-x86-64 | Fedora, Fedora Cloud Base 37 Beta, 37-Beta, 37-Beta-1.5, x86_64 published on 2022-09-09 | 10 GB | 2022-09-25 |
fedora-cloud-36 | fedora-cloud-base-gcp-36-20220506-n-0-x86-64 | Fedora, Fedora Cloud Base 36, 36-20220506.n.0, x86_64 published on 2022-05-06 | 10 GB | 2022-08-23 |
fedora-cloud-35 | fedora-cloud-base-gcp-35-1-2-x86-64 | Fedora, Fedora Cloud Base 35, 35-20211026.0, x86_64 published on 2021-11-02 | 10 GB | 2021-12-21 |
fedora-cloud-34 | fedora-cloud-base-gcp-34-1-2-x86-64 | Fedora, Fedora Cloud Base 34, v34.20210423.0, x86_64 published on 2021-04-27 | 10 GB | 2021-05-06 |
Google Cloud CLI:
# Create VM instance with Fedora operating system boot disk
# Name: 'vm-fedora-cloud'
# Machine type: 'e2-micro'
# Zone: 'us-central1-a'
gcloud compute instances create vm-fedora-cloud \
--machine-type='e2-micro' \
--zone='us-central1-a' \
--image-project='fedora-cloud' \
--image-family='ADD_IMAGE_FAMILY_HERE'
Fedora CoreOS fedora-coreos-cloud
Image project: fedora-coreos-cloud
Image Family | Latest Image | Description | Min. Disk Size | Creation |
---|---|---|---|---|
fedora-coreos-testing | fedora-coreos-37-20230122-2-0-gcp-x86-64 | Fedora, Fedora CoreOS testing, 37.20230122.2.0, x86_64 published on 2023-01-24 | 10 GB | 2023-01-24 |
fedora-coreos-stable | fedora-coreos-37-20230110-3-1-gcp-x86-64 | Fedora, Fedora CoreOS stable, 37.20230110.3.1, x86_64 published on 2023-01-24 | 10 GB | 2023-01-24 |
fedora-coreos-next | fedora-coreos-37-20230122-1-1-gcp-x86-64 | Fedora, Fedora CoreOS next, 37.20230122.1.1, x86_64 published on 2023-01-24 | 10 GB | 2023-01-24 |
Google Cloud CLI:
# Create VM instance with Fedora CoreOS operating system boot disk
# Name: 'vm-fedora-coreos-cloud'
# Machine type: 'e2-micro'
# Zone: 'us-central1-a'
gcloud compute instances create vm-fedora-coreos-cloud \
--machine-type='e2-micro' \
--zone='us-central1-a' \
--image-project='fedora-coreos-cloud' \
--image-family='ADD_IMAGE_FAMILY_HERE'
FreeBSD freebsd-org-cloud-dev
Image project: freebsd-org-cloud-dev
Image Family | Latest Image | Description | Min. Disk Size | Creation |
---|---|---|---|---|
freebsd-14-0-snap | freebsd-14-0-current-amd64-v20230128 | - | 22 GB | 2023-01-27 |
freebsd-13-1-snap | freebsd-13-1-stable-amd64-v20230127 | - | 22 GB | 2023-01-27 |
freebsd-13-1 | freebsd-13-1-release-amd64 | - | 22 GB | 2022-05-12 |
freebsd-13-0-snap | freebsd-13-0-stable-amd64-v20220217 | - | 22 GB | 2022-02-16 |
freebsd-13-0 | freebsd-13-0-release-amd64 | - | 22 GB | 2021-04-09 |
freebsd-12-4-snap | freebsd-12-4-stable-amd64-v20230128 | - | 22 GB | 2023-01-27 |
freebsd-12-4 | freebsd-12-4-release-amd64 | - | 22 GB | 2022-11-30 |
freebsd-12-3-snap | freebsd-12-3-stable-amd64-v20220930 | - | 22 GB | 2022-09-30 |
freebsd-12-3 | freebsd-12-3-release-amd64 | - | 22 GB | 2021-12-02 |
freebsd-12-2-snap | freebsd-12-2-stable-amd64-v20210930 | - | 22 GB | 2021-09-30 |
freebsd-12-2 | freebsd-12-2-release-amd64 | - | 22 GB | 2020-10-23 |
freebsd-12-1-snap | freebsd-12-1-stable-amd64-v20200611 | - | 22 GB | 2020-06-11 |
freebsd-12-1 | freebsd-12-1-release-amd64 | - | 22 GB | 2019-11-11 |
freebsd-12-0 | freebsd-12-0-release-amd64 | - | 29 GB | 2018-12-07 |
freebsd-11-4-snap | freebsd-11-4-stable-amd64-v20210603 | - | 22 GB | 2021-06-02 |
freebsd-11-4 | freebsd-11-4-release-amd64 | - | 22 GB | 2020-06-12 |
freebsd-11-3-snap | freebsd-11-3-stable-amd64-v20200423 | - | 22 GB | 2020-04-22 |
Google Cloud CLI:
# Create VM instance with FreeBSD operating system boot disk
# Name: 'vm-freebsd-org-cloud-dev'
# Machine type: 'e2-micro'
# Zone: 'us-central1-a'
gcloud compute instances create vm-freebsd-org-cloud-dev \
--machine-type='e2-micro' \
--zone='us-central1-a' \
--image-project='freebsd-org-cloud-dev' \
--image-family='ADD_IMAGE_FAMILY_HERE'
Machine Learning (ml-images) ml-images
Image project: ml-images
Image Family | Latest Image | Description | Min. Disk Size | Creation |
---|---|---|---|---|
torch-xla | debian-10-torch-xla-v20230202 | Google, Debian GNU/Linux, 10 Buster + PyTorch/XLA, A Debian linux image with PyTorch/XLA pre-installed and optimized for Cloud TPUs. | 100 GB | 2023-02-02 |
tf-nightly | debian-10-tf-nightly-v20230202 | Google, Debian GNU/Linux, 10 Buster + TF nightly, A Debian linux image with Tensorflow Version nightly pre-installed and optimized for Cloud TPUs. | 10 GB | 2023-02-02 |
tf-2-9-tpu-debian-10 | c1-deeplearning-tf-2-9-tpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.9, M103, TensorFlow Enterprise 2.9 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.9 preinstalled. | 50 GB | 2023-01-26 |
tf-2-9-gpu-debian-10 | c1-deeplearning-tf-2-9-cu113-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.9 with CUDA 11.3, M103, TensorFlow Enterprise 2.9 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.9 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-9-3 | debian-10-tf-2-9-3-v20221212 | Google, Debian GNU/Linux, 10 Buster + TF 2-9-3, A Debian linux image with Tensorflow Version 2-9-3 pre-installed and optimized for Cloud TPUs. | 10 GB | 2022-12-12 |
tf-2-9-2 | debian-10-tf-2-9-2-v20220915 | Google, Debian GNU/Linux, 10 Buster + TF 2-9-2, A Debian linux image with Tensorflow Version 2-9-2 pre-installed and optimized for Cloud TPUs. | 10 GB | 2022-09-15 |
tf-2-9-1 | debian-10-tf-2-9-1-v20220524 | Google, Debian GNU/Linux, 10 Buster + TF 2-9-1, A Debian linux image with Tensorflow Version 2-9-1 pre-installed and optimized for Cloud TPUs. | 10 GB | 2022-05-24 |
tf-2-9-0 | debian-10-tf-2-9-0-v20220517 | Google, Debian GNU/Linux, 10 Buster + TF 2-9-0, A Debian linux image with Tensorflow Version 2-9-0 pre-installed and optimized for Cloud TPUs. | 10 GB | 2022-05-17 |
tf-2-8-tpu-debian-10 | c1-deeplearning-tf-2-8-tpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8, M103, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2023-01-26 |
tf-2-8-gpu-debian-10 | c1-deeplearning-tf-2-8-cu113-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M103, TensorFlow Enterprise 2.8 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.8 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-8-4 | debian-10-tf-2-8-4-v20221212 | Google, Debian GNU/Linux, 10 Buster + TF 2-8-4, A Debian linux image with Tensorflow Version 2-8-4 pre-installed and optimized for Cloud TPUs. | 10 GB | 2022-12-12 |
tf-2-8-3 | debian-10-tf-2-8-3-v20220919 | Google, Debian GNU/Linux, 10 Buster + TF 2-8-3, A Debian linux image with Tensorflow Version 2-8-3 pre-installed and optimized for Cloud TPUs. | 10 GB | 2022-09-19 |
tf-2-8-2 | debian-10-tf-2-8-2-v20220526 | Google, Debian GNU/Linux, 10 Buster + TF 2-8-2, A Debian linux image with Tensorflow Version 2-8-2 pre-installed and optimized for Cloud TPUs. | 10 GB | 2022-05-26 |
tf-2-7-4 | debian-10-tf-2-7-4-v20220915 | Google, Debian GNU/Linux, 10 Buster + TF 2-7-4, A Debian linux image with Tensorflow Version 2-7-4 pre-installed and optimized for Cloud TPUs. | 10 GB | 2022-09-15 |
tf-2-7-3 | debian-10-tf-2-7-3-v20220616 | Google, Debian GNU/Linux, 10 Buster + TF 2-7-3, A Debian linux image with Tensorflow Version 2-7-3 pre-installed and optimized for Cloud TPUs. | 10 GB | 2022-06-16 |
tf-2-7-1 | debian-10-tf-2-7-1-v20220211 | Google, Debian GNU/Linux, 10 Buster + TF 2-7-1, A Debian linux image with Tensorflow Version 2-7-1 pre-installed and optimized for Cloud TPUs. | 10 GB | 2022-02-11 |
tf-2-6-tpu-debian-10 | c1-deeplearning-tf-2-6-tpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6, M103, TensorFlow Enterprise 2.6 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.6 preinstalled. | 50 GB | 2023-01-26 |
tf-2-6-gpu-debian-10 | c1-deeplearning-tf-2-6-cu110-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M103, TensorFlow Enterprise 2.6 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 2.6 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-6-5 | debian-10-tf-2-6-5-v20220624 | Google, Debian GNU/Linux, 10 Buster + TF 2-6-5, A Debian linux image with Tensorflow Version 2-6-5 pre-installed and optimized for Cloud TPUs. | 10 GB | 2022-06-24 |
tf-2-6-3 | debian-10-tf-2-6-3-v20220211 | Google, Debian GNU/Linux, 10 Buster + TF 2-6-3, A Debian linux image with Tensorflow Version 2-6-3 pre-installed and optimized for Cloud TPUs. | 10 GB | 2022-02-11 |
tf-2-5-3 | debian-10-tf-2-5-3-v20220211 | Google, Debian GNU/Linux, 10 Buster + TF 2-5-3, A Debian linux image with Tensorflow Version 2-5-3 pre-installed and optimized for Cloud TPUs. | 10 GB | 2022-02-11 |
tf-2-3-tpu-debian-10 | c1-deeplearning-tf-2-3-tpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3, M103, TensorFlow Enterprise 2.3 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.3 preinstalled. | 50 GB | 2023-01-26 |
tf-2-3-gpu-debian-10 | c1-deeplearning-tf-2-3-cu110-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M103, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-11-tpu-debian-10 | c1-deeplearning-tf-2-11-tpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11, M103, TensorFlow Enterprise 2.11 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.11 preinstalled. | 50 GB | 2023-01-26 |
tf-2-11-gpu-debian-10 | c1-deeplearning-tf-2-11-cu113-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.11 with CUDA 11.3, M103, TensorFlow Enterprise 2.11 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.11 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-11-0 | debian-10-tf-2-11-0-v20221118 | Google, Debian GNU/Linux, 10 Buster + TF 2-11-0, A Debian linux image with Tensorflow Version 2-11-0 pre-installed and optimized for Cloud TPUs. | 10 GB | 2022-11-18 |
tf-2-10-tpu-debian-10 | c1-deeplearning-tf-2-10-tpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.10, M103, TensorFlow Enterprise 2.10 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.10 preinstalled. | 50 GB | 2023-01-26 |
tf-2-10-gpu-debian-10 | c1-deeplearning-tf-2-10-cu113-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.10 with CUDA 11.3, M103, TensorFlow Enterprise 2.10 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.10 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-2-10-1 | debian-10-tf-2-10-1-v20221208 | Google, Debian GNU/Linux, 10 Buster + TF 2-10-1, A Debian linux image with Tensorflow Version 2-10-1 pre-installed and optimized for Cloud TPUs. | 10 GB | 2022-12-08 |
tf-2-10-0 | debian-10-tf-2-10-0-v20220912 | Google, Debian GNU/Linux, 10 Buster + TF 2-10-0, A Debian linux image with Tensorflow Version 2-10-0 pre-installed and optimized for Cloud TPUs. | 10 GB | 2022-09-12 |
tf-2-1-tpu-debian-10 | c1-deeplearning-tf-2-1-tpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1, M103, TensorFlow Enterprise 2.1 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.1 preinstalled. | 50 GB | 2023-01-26 |
tf-2-1-gpu-debian-10 | c1-deeplearning-tf-2-1-cu110-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M103, TensorFlow Enterprise 2.1 with CUDA 11.0, Deep Learning VM Image with TensorFlow 2.1 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2023-01-26 |
tf-1-15-tpu-debian-10 | c1-deeplearning-tf-1-15-tpu-v20221107-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15, M100, TensorFlow Enterprise 1.15 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 1.15 preinstalled. | 50 GB | 2022-11-07 |
tf-1-15-gpu-debian-10 | c1-deeplearning-tf-1-15-cu110-v20221107-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15 with CUDA 11.0, M100, TensorFlow Enterprise 1.15 with CUDA 11.0, Deep Learning VM Image with TensorFlow Enterprise 1.15 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2022-11-07 |
pytorch-1-13-gpu-debian-10 | c2-deeplearning-pytorch-1-13-cu113-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.13 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-1-12-gpu-debian-10 | c2-deeplearning-pytorch-1-12-cu113-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M103, Deep Learning VM Image with PyTorch 1.12 and fast.ai preinstalled. | 50 GB | 2023-01-26 |
pytorch-1-11-xla-debian-10 | c2-deeplearning-pytorch-1-11-xla-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch/XLA, M91, PyTorch/XLA 1.11 and fast.ai, Deep Learning VM Image with PyTorch/XLA 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-17 |
pytorch-1-11-gpu-debian-10 | c2-deeplearning-pytorch-1-11-cu113-v20220701-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M94, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-07-01 |
pytorch-1-10-xla-debian-10 | c2-deeplearning-pytorch-1-10-xla-v20220227-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch/XLA, M90, PyTorch/XLA 1.10 and fast.ai, Deep Learning VM Image with PyTorch/XLA 1.10 and fast.ai preinstalled. | 50 GB | 2022-02-28 |
pytorch-1-10-gpu-debian-10 | c2-deeplearning-pytorch-1-10-cu110-v20220227-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.0, M90, Deep Learning VM Image with PyTorch 1.10 and fast.ai preinstalled. | 50 GB | 2022-02-28 |
common-cpu-debian-10 | c0-deeplearning-common-cpu-v20230126-debian-10 | Google, Debian 10 based Deep Learning VM (with Intel MKL), M103, Base For CPU (with Intel MKL), Deep Learning VM Image with Intel optimized NumPy, SciPy, and scikit-learn preinstalled. | 50 GB | 2023-01-26 |
Google Cloud CLI:
# Create VM instance with Machine Learning (ml-images) operating system boot disk
# Name: 'vm-ml-images'
# Machine type: 'e2-micro'
# Zone: 'us-central1-a'
gcloud compute instances create vm-ml-images \
--machine-type='e2-micro' \
--zone='us-central1-a' \
--image-project='ml-images' \
--image-family='ADD_IMAGE_FAMILY_HERE'
openSUSE opensuse-cloud
Image project: opensuse-cloud
Image Family | Latest Image | Description | Min. Disk Size | Creation |
---|---|---|---|---|
opensuse-leap-arm64 | opensuse-leap-15-4-v20221201-arm64 ARM64 | openSUSE, openSUSE Leap, 15.4 arm64 built on 20221201, supports Shielded VM features | 10 GB | 2022-12-05 |
opensuse-leap | opensuse-leap-15-4-v20221201-x86-64 X86_64 | openSUSE, openSUSE Leap, 15.4 x86_64 built on 20221201, supports Shielded VM features | 10 GB | 2022-12-05 |
Google Cloud CLI:
# Create VM instance with openSUSE operating system boot disk
# Name: 'vm-opensuse-cloud'
# Machine type: 'e2-micro'
# Zone: 'us-central1-a'
gcloud compute instances create vm-opensuse-cloud \
--machine-type='e2-micro' \
--zone='us-central1-a' \
--image-project='opensuse-cloud' \
--image-family='ADD_IMAGE_FAMILY_HERE'
Red Hat Enterprise Linux rhel-cloud
Image project: rhel-cloud
Image Family | Latest Image | Description | Min. Disk Size | Creation |
---|---|---|---|---|
rhel-9-arm64 | rhel-9-arm64-v20221206 ARM64 | Red Hat, Red Hat Enterprise Linux, 9, aarch64 built on 20221206, supports Shielded VM features | 20 GB | 2022-12-06 |
rhel-9 | rhel-9-v20221206 X86_64 | Red Hat, Red Hat Enterprise Linux, 9, x86_64 built on 20221206, supports Shielded VM features | 20 GB | 2022-12-06 |
rhel-8 | rhel-8-v20221206 X86_64 | Red Hat, Red Hat Enterprise Linux, 8, x86_64 built on 20221206, supports Shielded VM features | 20 GB | 2022-12-06 |
rhel-7 | rhel-7-v20221206 X86_64 | Red Hat, Red Hat Enterprise Linux, 7, x86_64 built on 20221206, supports Shielded VM features | 20 GB | 2022-12-06 |
Google Cloud CLI:
# Create VM instance with Red Hat Enterprise Linux operating system boot disk
# Name: 'vm-rhel-cloud'
# Machine type: 'e2-micro'
# Zone: 'us-central1-a'
gcloud compute instances create vm-rhel-cloud \
--machine-type='e2-micro' \
--zone='us-central1-a' \
--image-project='rhel-cloud' \
--image-family='ADD_IMAGE_FAMILY_HERE'
Red Hat Enterprise Linux for SAP rhel-sap-cloud
Image project: rhel-sap-cloud
Image Family | Latest Image | Description | Min. Disk Size | Creation |
---|---|---|---|---|
rhel-8-6-sap-ha | rhel-8-6-sap-v20221206 X86_64 | Red Hat, Red Hat Enterprise Linux for SAP with HA and Update Services, 8.6, x86_64 built on 20221206, supports Shielded VM features | 20 GB | 2022-12-06 |
rhel-8-4-sap-ha | rhel-8-4-sap-v20221206 X86_64 | Red Hat, Red Hat Enterprise Linux for SAP with HA and Update Services, 8.4, x86_64 built on 20221206, supports Shielded VM features | 20 GB | 2022-12-06 |
rhel-8-2-sap-ha | rhel-8-2-sap-v20221206 X86_64 | Red Hat, Red Hat Enterprise Linux for SAP with HA and Update Services, 8.2, x86_64 built on 20221206, supports Shielded VM features | 20 GB | 2022-12-06 |
rhel-8-1-sap-ha | rhel-8-1-sap-v20221206 X86_64 | Red Hat, Red Hat Enterprise Linux for SAP with HA and Update Services, 8.1, x86_64 built on 20221206, supports Shielded VM features | 20 GB | 2022-12-06 |
rhel-7-9-sap-ha | rhel-7-9-sap-v20221206 X86_64 | Red Hat, Red Hat Enterprise Linux for SAP with HA, 7.9, x86_64 built on 20221206, supports Shielded VM features | 20 GB | 2022-12-06 |
rhel-7-7-sap-ha | rhel-7-7-sap-v20221206 X86_64 | Red Hat, Red Hat Enterprise Linux for SAP with HA and Update Services, 7.7, x86_64 built on 20221206, supports Shielded VM features | 20 GB | 2022-12-06 |
Google Cloud CLI:
# Create VM instance with Red Hat Enterprise Linux for SAP operating system boot disk
# Name: 'vm-rhel-sap-cloud'
# Machine type: 'e2-micro'
# Zone: 'us-central1-a'
gcloud compute instances create vm-rhel-sap-cloud \
--machine-type='e2-micro' \
--zone='us-central1-a' \
--image-project='rhel-sap-cloud' \
--image-family='ADD_IMAGE_FAMILY_HERE'
Rocky Linux rocky-linux-cloud
Image project: rocky-linux-cloud
Image Family | Latest Image | Description | Min. Disk Size | Creation |
---|---|---|---|---|
rocky-linux-9-optimized-gcp-arm64 | rocky-linux-9-optimized-gcp-arm64-v20221206 ARM64 | Rocky Linux, Rocky Linux, 9 optimized for GCP, aarch64 built on 20221206 | 20 GB | 2022-12-06 |
rocky-linux-9-optimized-gcp | rocky-linux-9-optimized-gcp-v20221206 X86_64 | Rocky Linux, Rocky Linux, 9 optimized for GCP, x86_64 built on 20221206 | 20 GB | 2022-12-06 |
rocky-linux-9-arm64 | rocky-linux-9-arm64-v20221206 ARM64 | Rocky Linux, Rocky Linux, 9, aarch64 built on 20221206 | 20 GB | 2022-12-06 |
rocky-linux-9 | rocky-linux-9-v20221206 X86_64 | Rocky Linux, Rocky Linux, 9, x86_64 built on 20221206 | 20 GB | 2022-12-06 |
rocky-linux-8-optimized-gcp-arm64 | rocky-linux-8-optimized-gcp-arm64-v20221206 ARM64 | Rocky Linux, Rocky Linux, 8 optimized for GCP, aarch64 built on 20221206 | 20 GB | 2022-12-06 |
rocky-linux-8-optimized-gcp | rocky-linux-8-optimized-gcp-v20221206 X86_64 | Rocky Linux, Rocky Linux, 8 optimized for GCP, x86_64 built on 20221206 | 20 GB | 2022-12-06 |
rocky-linux-8 | rocky-linux-8-v20221206 X86_64 | Rocky Linux, Rocky Linux, 8, x86_64 built on 20221206 | 20 GB | 2022-12-06 |
Google Cloud CLI:
# Create VM instance with Rocky Linux operating system boot disk
# Name: 'vm-rocky-linux-cloud'
# Machine type: 'e2-micro'
# Zone: 'us-central1-a'
gcloud compute instances create vm-rocky-linux-cloud \
--machine-type='e2-micro' \
--zone='us-central1-a' \
--image-project='rocky-linux-cloud' \
--image-family='ADD_IMAGE_FAMILY_HERE'
SUSE Linux Enterprise Server suse-cloud
Image project: suse-cloud
Image Family | Latest Image | Description | Min. Disk Size | Creation |
---|---|---|---|---|
sles-15-arm64 | sles-15-sp4-v20221104-arm64 ARM64 | SUSE, SUSE Linux Enterprise Server 15 SP4, arm64, built on 20221104, supports Shielded VM features | 10 GB | 2022-11-04 |
sles-15 | sles-15-sp4-v20221104-x86-64 X86_64 | SUSE, SUSE Linux Enterprise Server 15 SP4, x86_64, built on 20221104, supports Shielded VM features | 10 GB | 2022-11-04 |
sles-12 | sles-12-sp5-v20221104-x86-64 X86_64 | SUSE, SUSE Linux Enterprise Server 12 SP5, x86_64, built on 20221104, supports Shielded VM features | 10 GB | 2022-11-04 |
Google Cloud CLI:
# Create VM instance with SUSE Linux Enterprise Server operating system boot disk
# Name: 'vm-suse-cloud'
# Machine type: 'e2-micro'
# Zone: 'us-central1-a'
gcloud compute instances create vm-suse-cloud \
--machine-type='e2-micro' \
--zone='us-central1-a' \
--image-project='suse-cloud' \
--image-family='ADD_IMAGE_FAMILY_HERE'
SUSE Linux Enterprise Server for SAP suse-sap-cloud
Image project: suse-sap-cloud
Image Family | Latest Image | Description | Min. Disk Size | Creation |
---|---|---|---|---|
sles-15-sp4-sap | sles-15-sp4-sap-v20221104-x86-64 X86_64 | SUSE, SUSE Linux Enterprise Server 15 SP4 for SAP, x86_64, built on 20221104, supports Shielded VM features | 10 GB | 2022-11-03 |
sles-15-sp3-sap | sles-15-sp3-sap-v20221108-x86-64 X86_64 | SUSE, SUSE Linux Enterprise Server 15 SP3 for SAP, x86_64, built on 20221108, supports Shielded VM features | 10 GB | 2022-11-08 |
sles-15-sp2-sap | sles-15-sp2-sap-v20221108-x86-64 X86_64 | SUSE, SUSE Linux Enterprise Server 15 SP2 for SAP, x86_64, built on 20221108, supports Shielded VM features | 10 GB | 2022-11-08 |
sles-15-sp1-sap | sles-15-sp1-sap-v20221108-x86-64 X86_64 | SUSE, SUSE Linux Enterprise Server 15 SP1 for SAP, x86_64, built on 20221108, supports Shielded VM features | 10 GB | 2022-11-08 |
sles-12-sp5-sap | sles-12-sp5-sap-v20230116-x86-64 X86_64 | SUSE, SUSE Linux Enterprise Server 12 SP5 for SAP, x86_64, built on 20230116, supports Shielded VM features | 10 GB | 2023-01-15 |
Google Cloud CLI:
# Create VM instance with SUSE Linux Enterprise Server for SAP operating system boot disk
# Name: 'vm-suse-sap-cloud'
# Machine type: 'e2-micro'
# Zone: 'us-central1-a'
gcloud compute instances create vm-suse-sap-cloud \
--machine-type='e2-micro' \
--zone='us-central1-a' \
--image-project='suse-sap-cloud' \
--image-family='ADD_IMAGE_FAMILY_HERE'
Ubuntu ubuntu-os-cloud
Image project: ubuntu-os-cloud
Image Family | Latest Image | Description | Min. Disk Size | Creation |
---|---|---|---|---|
ubuntu-minimal-2210-arm64 | ubuntu-minimal-2210-kinetic-arm64-v20230126 ARM64 | Canonical, Ubuntu, 22.10 Minimal, arm64 kinetic minimal image built on 2023-01-26, supports Shielded VM features | 10 GB | 2023-01-25 |
ubuntu-minimal-2210-amd64 | ubuntu-minimal-2210-kinetic-amd64-v20230126 X86_64 | Canonical, Ubuntu, 22.10 Minimal, amd64 kinetic minimal image built on 2023-01-26, supports Shielded VM features | 10 GB | 2023-01-25 |
ubuntu-minimal-2204-lts-arm64 | ubuntu-minimal-2204-jammy-arm64-v20230124 ARM64 | Canonical, Ubuntu, 22.04 LTS Minimal, arm64 jammy minimal image built on 2023-01-24, supports Shielded VM features | 10 GB | 2023-01-24 |
ubuntu-minimal-2204-lts | ubuntu-minimal-2204-jammy-v20230124 X86_64 | Canonical, Ubuntu, 22.04 LTS Minimal, amd64 jammy minimal image built on 2023-01-24, supports Shielded VM features | 10 GB | 2023-01-24 |
ubuntu-minimal-2004-lts-arm64 | ubuntu-minimal-2004-focal-arm64-v20230126 ARM64 | Canonical, Ubuntu, 20.04 LTS Minimal, arm64 focal minimal image built on 2023-01-26, supports Shielded VM features | 10 GB | 2023-01-25 |
ubuntu-minimal-2004-lts | ubuntu-minimal-2004-focal-v20230126 X86_64 | Canonical, Ubuntu, 20.04 LTS Minimal, amd64 focal minimal image built on 2023-01-26, supports Shielded VM features | 10 GB | 2023-01-25 |
ubuntu-minimal-1804-lts-arm64 | ubuntu-minimal-1804-bionic-arm64-v20230125 ARM64 | Canonical, Ubuntu, 18.04 LTS Minimal, arm64 bionic minimal image built on 2023-01-25, supports Shielded VM features | 10 GB | 2023-01-25 |
ubuntu-minimal-1804-lts | ubuntu-minimal-1804-bionic-v20230125 X86_64 | Canonical, Ubuntu, 18.04 LTS Minimal, amd64 bionic minimal image built on 2023-01-25, supports Shielded VM features | 10 GB | 2023-01-25 |
ubuntu-2210-arm64 | ubuntu-2210-kinetic-arm64-v20230125 ARM64 | Canonical, Ubuntu, 22.10, arm64 kinetic image built on 2023-01-25, supports Shielded VM features | 10 GB | 2023-01-25 |
ubuntu-2210-amd64 | ubuntu-2210-kinetic-amd64-v20230125 X86_64 | Canonical, Ubuntu, 22.10, amd64 kinetic image built on 2023-01-25, supports Shielded VM features | 10 GB | 2023-01-25 |
ubuntu-2204-lts-arm64 | ubuntu-2204-jammy-arm64-v20230114 ARM64 | Canonical, Ubuntu, 22.04 LTS, arm64 jammy image built on 2023-01-14, supports Shielded VM features | 10 GB | 2023-01-13 |
ubuntu-2204-lts | ubuntu-2204-jammy-v20230114 X86_64 | Canonical, Ubuntu, 22.04 LTS, amd64 jammy image built on 2023-01-14, supports Shielded VM features | 10 GB | 2023-01-13 |
ubuntu-2004-lts-arm64 | ubuntu-2004-focal-arm64-v20230125 ARM64 | Canonical, Ubuntu, 20.04 LTS, arm64 focal image built on 2023-01-25, supports Shielded VM features | 10 GB | 2023-01-25 |
ubuntu-2004-lts | ubuntu-2004-focal-v20230125 X86_64 | Canonical, Ubuntu, 20.04 LTS, amd64 focal image built on 2023-01-25, supports Shielded VM features | 10 GB | 2023-01-25 |
ubuntu-1804-lts-arm64 | ubuntu-1804-bionic-arm64-v20230131 ARM64 | Canonical, Ubuntu, 18.04 LTS, arm64 bionic image built on 2023-01-31, supports Shielded VM features | 10 GB | 2023-01-31 |
ubuntu-1804-lts | ubuntu-1804-bionic-v20230131 X86_64 | Canonical, Ubuntu, 18.04 LTS, amd64 bionic image built on 2023-01-31, supports Shielded VM features | 10 GB | 2023-01-31 |
Google Cloud CLI:
# Create VM instance with Ubuntu operating system boot disk
# Name: 'vm-ubuntu-os-cloud'
# Machine type: 'e2-micro'
# Zone: 'us-central1-a'
gcloud compute instances create vm-ubuntu-os-cloud \
--machine-type='e2-micro' \
--zone='us-central1-a' \
--image-project='ubuntu-os-cloud' \
--image-family='ADD_IMAGE_FAMILY_HERE'
Ubuntu Pro ubuntu-os-pro-cloud
Image project: ubuntu-os-pro-cloud
Image Family | Latest Image | Description | Min. Disk Size | Creation |
---|---|---|---|---|
ubuntu-pro-fips-2004-lts | ubuntu-pro-fips-2004-focal-v20230126 X86_64 | Canonical, Ubuntu, 20.04 LTS Pro FIPS Server, amd64 focal pro fips server image built on 2023-01-26, supports Shielded VM features | 10 GB | 2023-01-26 |
ubuntu-pro-fips-1804-lts | ubuntu-pro-fips-1804-bionic-v20230131 X86_64 | Canonical, Ubuntu, 18.04 LTS Pro FIPS Server, amd64 bionic pro fips server image built on 2023-01-31, supports Shielded VM features | 10 GB | 2023-01-31 |
ubuntu-pro-2204-lts | ubuntu-pro-2204-jammy-v20230114 X86_64 | Canonical, Ubuntu, 22.04 LTS Pro Server, amd64 jammy pro server image built on 2023-01-14, supports Shielded VM features | 10 GB | 2023-01-13 |
ubuntu-pro-2004-lts | ubuntu-pro-2004-focal-v20230126 X86_64 | Canonical, Ubuntu, 20.04 LTS Pro Server, amd64 focal pro server image built on 2023-01-26, supports Shielded VM features | 10 GB | 2023-01-26 |
ubuntu-pro-1804-lts | ubuntu-pro-1804-bionic-v20230124 X86_64 | Canonical, Ubuntu, 18.04 LTS Pro Server, amd64 bionic pro server image built on 2023-01-24, supports Shielded VM features | 10 GB | 2023-01-25 |
ubuntu-pro-1604-lts | ubuntu-pro-1604-xenial-v20221201 X86_64 | Canonical, Ubuntu, 16.04 LTS Pro Server, amd64 xenial pro server image built on 2022-12-01, supports Shielded VM features | 10 GB | 2022-12-02 |
Google Cloud CLI:
# Create VM instance with Ubuntu Pro operating system boot disk
# Name: 'vm-ubuntu-os-pro-cloud'
# Machine type: 'e2-micro'
# Zone: 'us-central1-a'
gcloud compute instances create vm-ubuntu-os-pro-cloud \
--machine-type='e2-micro' \
--zone='us-central1-a' \
--image-project='ubuntu-os-pro-cloud' \
--image-family='ADD_IMAGE_FAMILY_HERE'
Microsoft Windows Server windows-cloud
Image project: windows-cloud
Image Family | Latest Image | Description | Min. Disk Size | Creation |
---|---|---|---|---|
windows-2022-core | windows-server-2022-dc-core-v20230111 X86_64 | Microsoft, Windows Server, 2022 Datacenter Core, Server Core, x64 built on 20230111, supports Shielded VM features | 40 GB | 2023-01-12 |
windows-2022 | windows-server-2022-dc-v20230111 X86_64 | Microsoft, Windows Server, 2022 Datacenter, Server with Desktop Experience, x64 built on 20230111, supports Shielded VM features | 50 GB | 2023-01-12 |
windows-2019-for-containers | windows-server-2019-dc-for-containers-v20230113 X86_64 | Microsoft, Windows Server, 2019 Datacenter for Containers, x64 built on 20230113, supports Shielded VM features | 50 GB | 2023-01-13 |
windows-2019-core-for-containers | windows-server-2019-dc-core-for-containers-v20230113 X86_64 | Microsoft, Windows Server, 2019 Datacenter Core for Containers, Server Core, x64 built on 20230113, supports Shielded VM features | 32 GB | 2023-01-13 |
windows-2019-core | windows-server-2019-dc-core-v20230111 X86_64 | Microsoft, Windows Server, 2019 Datacenter Core, Server Core, x64 built on 20230111, supports Shielded VM features | 32 GB | 2023-01-12 |
windows-2019 | windows-server-2019-dc-v20230111 X86_64 | Microsoft, Windows Server, 2019 Datacenter, Server with Desktop Experience, x64 built on 20230111, supports Shielded VM features | 50 GB | 2023-01-12 |
windows-2016-core | windows-server-2016-dc-core-v20230111 X86_64 | Microsoft, Windows Server, 2016 Datacenter Core, Server Core, x64 built on 20230111, supports Shielded VM features | 32 GB | 2023-01-12 |
windows-2016 | windows-server-2016-dc-v20230111 X86_64 | Microsoft, Windows Server, 2016 Datacenter, Server with Desktop Experience, x64 built on 20230111, supports Shielded VM features | 50 GB | 2023-01-12 |
windows-2012-r2-core | windows-server-2012-r2-dc-core-v20230113 X86_64 | Microsoft, Windows Server, 2012 R2 Datacenter Core, Server Core, x64 built on 20230113, supports Shielded VM features | 32 GB | 2023-01-13 |
windows-2012-r2 | windows-server-2012-r2-dc-v20230112 X86_64 | Microsoft, Windows Server, 2012 R2 Datacenter, Server with Desktop Experience, x64 built on 20230112, supports Shielded VM features | 50 GB | 2023-01-12 |
Google Cloud CLI:
# Create VM instance with Microsoft Windows Server operating system boot disk
# Name: 'vm-windows-cloud'
# Machine type: 'e2-micro'
# Zone: 'us-central1-a'
gcloud compute instances create vm-windows-cloud \
--machine-type='e2-micro' \
--zone='us-central1-a' \
--image-project='windows-cloud' \
--image-family='ADD_IMAGE_FAMILY_HERE'
Microsoft SQL Server windows-sql-cloud
Image project: windows-sql-cloud
Image Family | Latest Image | Description | Min. Disk Size | Creation |
---|---|---|---|---|
sql-web-2022-win-2022 | sql-2022-web-windows-2022-dc-v20230112 X86_64 | Microsoft, SQL Server 2022 Web, on Windows Server 2022 Datacenter, x64 built on 20230112, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-web-2022-win-2019 | sql-2022-web-windows-2019-dc-v20230112 X86_64 | Microsoft, SQL Server 2022 Web, on Windows Server 2019 Datacenter, x64 built on 20230112, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-web-2019-win-2022 | sql-2019-web-windows-2022-dc-v20230111 X86_64 | Microsoft, SQL Server 2019 Web, on Windows Server 2022 Datacenter, x64 built on 20230111, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-web-2019-win-2019 | sql-2019-web-windows-2019-dc-v20230111 X86_64 | Microsoft, SQL Server 2019 Web, on Windows Server 2019 Datacenter, x64 built on 20230111, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-web-2017-win-2022 | sql-2017-web-windows-2022-dc-v20230111 X86_64 | Microsoft, SQL Server 2017 Web, on Windows Server 2022 Datacenter, x64 built on 20230111, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-web-2017-win-2019 | sql-2017-web-windows-2019-dc-v20230111 X86_64 | Microsoft, SQL Server 2017 Web, on Windows Server 2019 Datacenter, x64 built on 20230111, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-web-2017-win-2016 | sql-2017-web-windows-2016-dc-v20230111 X86_64 | Microsoft, SQL Server 2017 Web, on Windows Server 2016 Datacenter, x64 built on 20230111, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-web-2016-win-2019 | sql-2016-web-windows-2019-dc-v20230111 X86_64 | Microsoft, SQL Server 2016 Web, on Windows Server 2019 Datacenter, x64 built on 20230111, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-web-2016-win-2016 | sql-2016-web-windows-2016-dc-v20230111 X86_64 | Microsoft, SQL Server 2016 Web, on Windows Server 2016 Datacenter, x64 built on 20230111, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-web-2016-win-2012-r2 | sql-2016-web-windows-2012-r2-dc-v20230112 X86_64 | Microsoft, SQL Server 2016 Web, on Windows Server 2012 R2 Datacenter, x64 built on 20230112, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-web-2014-win-2012-r2 | sql-2014-web-windows-2012-r2-dc-v20230112 X86_64 | Microsoft, SQL Server 2014 Web, on Windows Server 2012 R2 Datacenter, x64 built on 20230112, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-std-2022-win-2022 | sql-2022-standard-windows-2022-dc-v20230112 X86_64 | Microsoft, SQL Server 2022 Standard, on Windows Server 2022 Datacenter, x64 built on 20230112, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-std-2022-win-2019 | sql-2022-standard-windows-2019-dc-v20230112 X86_64 | Microsoft, SQL Server 2022 Standard, on Windows Server 2019 Datacenter, x64 built on 20230112, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-std-2019-win-2022 | sql-2019-standard-windows-2022-dc-v20230111 X86_64 | Microsoft, SQL Server 2019 Standard, on Windows Server 2022 Datacenter, x64 built on 20230111, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-std-2019-win-2019 | sql-2019-standard-windows-2019-dc-v20230111 X86_64 | Microsoft, SQL Server 2019 Standard, on Windows Server 2019 Datacenter, x64 built on 20230111, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-std-2017-win-2022 | sql-2017-standard-windows-2022-dc-v20230111 X86_64 | Microsoft, SQL Server 2017 Standard, on Windows Server 2022 Datacenter, x64 built on 20230111, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-std-2017-win-2019 | sql-2017-standard-windows-2019-dc-v20230111 X86_64 | Microsoft, SQL Server 2017 Standard, on Windows Server 2019 Datacenter, x64 built on 20230111, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-std-2017-win-2016 | sql-2017-standard-windows-2016-dc-v20230111 X86_64 | Microsoft, SQL Server 2017 Standard, on Windows Server 2016 Datacenter, x64 built on 20230111, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-std-2016-win-2019 | sql-2016-standard-windows-2019-dc-v20230111 X86_64 | Microsoft, SQL Server 2016 Standard, on Windows Server 2019 Datacenter, x64 built on 20230111, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-std-2016-win-2016 | sql-2016-standard-windows-2016-dc-v20230111 X86_64 | Microsoft, SQL Server 2016 Standard, on Windows Server 2016 Datacenter, x64 built on 20230111, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-std-2016-win-2012-r2 | sql-2016-standard-windows-2012-r2-dc-v20230112 X86_64 | Microsoft, SQL Server 2016 Standard, on Windows Server 2012 R2 Datacenter, x64 built on 20230112, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-std-2014-win-2012-r2 | sql-2014-standard-windows-2012-r2-dc-v20230112 X86_64 | Microsoft, SQL Server 2014 Standard, on Windows Server 2012 R2 Datacenter, x64 built on 20230112, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-exp-2017-win-2019 | sql-2017-express-windows-2019-dc-v20230111 X86_64 | Microsoft, SQL Server 2017 Express, on Windows Server 2019 Datacenter, x64 built on 20230111, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-exp-2017-win-2016 | sql-2017-express-windows-2016-dc-v20230111 X86_64 | Microsoft, SQL Server 2017 Express, on Windows Server 2016 Datacenter, x64 built on 20230111, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-exp-2017-win-2012-r2 | sql-2017-express-windows-2012-r2-dc-v20230112 X86_64 | Microsoft, SQL Server 2017 Express, on Windows Server 2012 R2 Datacenter, x64 built on 20230112, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-ent-2022-win-2022 | sql-2022-enterprise-windows-2022-dc-v20230112 X86_64 | Microsoft, SQL Server 2022 Enterprise, on Windows Server 2022 Datacenter, x64 built on 20230112, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-ent-2022-win-2019 | sql-2022-enterprise-windows-2019-dc-v20230112 X86_64 | Microsoft, SQL Server 2022 Enterprise, on Windows Server 2019 Datacenter, x64 built on 20230112, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-ent-2019-win-2022 | sql-2019-enterprise-windows-2022-dc-v20230111 X86_64 | Microsoft, SQL Server 2019 Enterprise, on Windows Server 2022 Datacenter, x64 built on 20230111, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-ent-2019-win-2019 | sql-2019-enterprise-windows-2019-dc-v20230111 X86_64 | Microsoft, SQL Server 2019 Enterprise, on Windows Server 2019 Datacenter, x64 built on 20230111, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-ent-2017-win-2022 | sql-2017-enterprise-windows-2022-dc-v20230111 X86_64 | Microsoft, SQL Server 2017 Enterprise, on Windows Server 2022 Datacenter, x64 built on 20230111, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-ent-2017-win-2019 | sql-2017-enterprise-windows-2019-dc-v20230111 X86_64 | Microsoft, SQL Server 2017 Enterprise, on Windows Server 2019 Datacenter, x64 built on 20230111, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-ent-2017-win-2016 | sql-2017-enterprise-windows-2016-dc-v20230111 X86_64 | Microsoft, SQL Server 2017 Enterprise, on Windows Server 2016 Datacenter, x64 built on 20230111, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-ent-2016-win-2019 | sql-2016-enterprise-windows-2019-dc-v20230111 X86_64 | Microsoft, SQL Server 2016 Enterprise, on Windows Server 2019 Datacenter, x64 built on 20230111, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-ent-2016-win-2016 | sql-2016-enterprise-windows-2016-dc-v20230111 X86_64 | Microsoft, SQL Server 2016 Enterprise, on Windows Server 2016 Datacenter, x64 built on 20230111, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-ent-2016-win-2012-r2 | sql-2016-enterprise-windows-2012-r2-dc-v20230112 X86_64 | Microsoft, SQL Server 2016 Enterprise, on Windows Server 2012 R2 Datacenter, x64 built on 20230112, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-ent-2014-win-2016 | sql-2014-enterprise-windows-2016-dc-v20230111 X86_64 | Microsoft, SQL Server 2014 Enterprise, on Windows Server 2016 Datacenter, x64 built on 20230111, supports Shielded VM features | 50 GB | 2023-01-12 |
sql-ent-2014-win-2012-r2 | sql-2014-enterprise-windows-2012-r2-dc-v20230112 X86_64 | Microsoft, SQL Server 2014 Enterprise, on Windows Server 2012 R2 Datacenter, x64 built on 20230112, supports Shielded VM features | 50 GB | 2023-01-12 |
Google Cloud CLI:
# Create VM instance with Microsoft SQL Server operating system boot disk
# Name: 'vm-windows-sql-cloud'
# Machine type: 'e2-micro'
# Zone: 'us-central1-a'
gcloud compute instances create vm-windows-sql-cloud \
--machine-type='e2-micro' \
--zone='us-central1-a' \
--image-project='windows-sql-cloud' \
--image-family='ADD_IMAGE_FAMILY_HERE'