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-8 | almalinux-8-v20220406 | AlmaLinux, AlmaLinux, 8, x86_64 built on 20220406 | 20 GB | 2022-04-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-v20220317 | CentOS, CentOS, Stream 9, x86_64 built on 20220317, supports Shielded VM features | 20 GB | 2022-03-17 |
centos-stream-8 | centos-stream-8-v20220406 | CentOS, CentOS, Stream 8, x86_64 built on 20220406, supports Shielded VM features | 20 GB | 2022-04-06 |
centos-7 | centos-7-v20220406 | CentOS, CentOS, 7, x86_64 built on 20220406, supports Shielded VM features | 20 GB | 2022-04-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-97-16919-29-21 | Google, Container-Optimized OS, 97-16919.29.21 stable, Kernel: COS-5.10.107 Kubernetes: 1.23.3 Docker: 20.10.12 Family: cos-stable, supports Shielded VM features, supports Confidential VM features on N2D | 10 GB | 2022-04-25 |
cos-dev | cos-dev-101-17047-0-0 | Google, Container-Optimized OS, 101-17047.0.0 dev, Kernel: COS-5.15.37 Kubernetes: 1.23.3 Docker: 20.10.12 Family: cos-dev, supports Shielded VM features, supports Confidential VM features on N2D | 10 GB | 2022-05-09 |
cos-beta | cos-beta-97-16919-29-21 | Google, Container-Optimized OS, 97-16919.29.21 beta, Kernel: COS-5.10.107 Kubernetes: 1.23.3 Docker: 20.10.12 Family: cos-beta, supports Shielded VM features, supports Confidential VM features on N2D | 10 GB | 2022-05-09 |
cos-97-lts | cos-97-16919-29-21 | Google, Container-Optimized OS, 97-16919.29.21 LTS, Kernel: COS-5.10.107 Kubernetes: 1.23.3 Docker: 20.10.12 Family: cos-97-lts, supports Shielded VM features, supports Confidential VM features on N2D | 10 GB | 2022-04-25 |
cos-93-lts | cos-93-16623-171-10 | Google, Container-Optimized OS, 93-16623.171.10 LTS, Kernel: COS-5.10.109 Kubernetes: 1.21.9 Docker: 20.10.6 Family: cos-93-lts, supports Shielded VM features, supports Confidential VM features on N2D | 10 GB | 2022-04-25 |
cos-89-lts | cos-89-16108-659-8 | Google, Container-Optimized OS, 89-16108.659.8 LTS, Kernel: COS-5.4.188 Kubernetes: 1.20.15 Docker: 20.10.3 Family: cos-89-lts, supports Shielded VM features, supports Confidential VM features on N2D | 10 GB | 2022-04-25 |
cos-85-lts | cos-85-13310-1453-5 | Google, Container-Optimized OS, 85-13310.1453.5 LTS, Kernel: COS-5.4.188 Kubernetes: 1.18.20 Docker: 19.03.15 Family: cos-85-lts, supports Shielded VM features, supports Confidential VM features on N2D | 10 GB | 2022-04-25 |
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-9 | debian-9-stretch-v20220406 | Debian, Debian GNU/Linux, 9 (stretch), amd64 built on 20220406 | 10 GB | 2022-04-06 |
debian-11 | debian-11-bullseye-v20220406 | Debian, Debian GNU/Linux, 11 (bullseye), amd64 built on 20220406, supports Shielded VM features | 10 GB | 2022-04-06 |
debian-10 | debian-10-buster-v20220406 | Debian, Debian GNU/Linux, 10 (buster), amd64 built on 20220406, supports Shielded VM features | 10 GB | 2022-04-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 |
---|---|---|---|---|
theia-experimental-ubuntu-2004 | theia-experimental-v20220202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for Theia IDE, M89, Theia IDE, IDE supporting Java, Python, R, and others powered by a Deep Learning VM Image with Intel optimized NumPy, SciPy, and scikit-learn preinstalled. | 50 GB | 2022-02-02 |
theia-experimental-ubuntu-1804 | theia-experimental-v20211105-ubuntu-1804 | Google, Deep Learning Image: Theia IDE (with Intel(TM) MKL) m85. A ubuntu-1804-lts Linux based image with Intel (TM) optimized NumPy, SciPy, and scikit-learn preinstalled. | 50 GB | 2021-11-08 |
theia-experimental-debian-10 | theia-experimental-v20220202-debian-10 | Google, Debian 10 based Deep Learning VM for Theia IDE, M89, Theia IDE, IDE supporting Java, Python, R, and others powered by a Deep Learning VM Image with Intel optimized NumPy, SciPy, and scikit-learn preinstalled. | 50 GB | 2022-02-02 |
theia-experimental | theia-experimental-v20220202 | Google, Debian 10 based Deep Learning VM for Theia IDE, M89, Theia IDE, IDE supporting Java, Python, R, and others powered by a Deep Learning VM Image with Intel optimized NumPy, SciPy, and scikit-learn preinstalled. | 50 GB | 2022-02-02 |
tf2-latest-gpu-ubuntu-2004 | tf2-latest-gpu-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M87, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-latest-gpu-ubuntu-1804 | tf2-latest-gpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf2-latest-gpu-sev-ubuntu-2004 | tf2-latest-gpu-sev-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M87, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-latest-gpu-sev-ubuntu-1804 | tf2-latest-gpu-sev-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf2-latest-gpu-sev-debian-10 | tf2-latest-gpu-sev-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M87, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-latest-gpu-sev | tf2-latest-gpu-sev-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M87, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-latest-gpu-debian-10 | tf2-latest-gpu-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M87, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-latest-gpu | tf2-latest-gpu-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M87, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-latest-cpu-ubuntu-2004 | tf2-latest-cpu-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.7, M87, TensorFlow Enterprise 2.7 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.7 preinstalled. | 50 GB | 2021-12-02 |
tf2-latest-cpu-ubuntu-1804 | tf2-latest-cpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 pre-installed. | 50 GB | 2021-11-08 |
tf2-latest-cpu-sev-ubuntu-2004 | tf2-latest-cpu-sev-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.7, M87, TensorFlow Enterprise 2.7 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.7 preinstalled. | 50 GB | 2021-12-02 |
tf2-latest-cpu-sev-ubuntu-1804 | tf2-latest-cpu-sev-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 pre-installed. | 50 GB | 2021-11-08 |
tf2-latest-cpu-sev-debian-10 | tf2-latest-cpu-sev-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7, M87, TensorFlow Enterprise 2.7 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.7 preinstalled. | 50 GB | 2021-12-02 |
tf2-latest-cpu-sev | tf2-latest-cpu-sev-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7, M87, TensorFlow Enterprise 2.7 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.7 preinstalled. | 50 GB | 2021-12-02 |
tf2-latest-cpu-debian-10 | tf2-latest-cpu-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7, M87, TensorFlow Enterprise 2.7 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.7 preinstalled. | 50 GB | 2021-12-02 |
tf2-latest-cpu | tf2-latest-cpu-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7, M87, TensorFlow Enterprise 2.7 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.7 preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-latest-gpu-ubuntu-2004 | tf2-ent-latest-gpu-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M87, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-latest-gpu-ubuntu-1804 | tf2-ent-latest-gpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf2-ent-latest-gpu-debian-10 | tf2-ent-latest-gpu-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M87, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-latest-gpu | tf2-ent-latest-gpu-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M87, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-latest-cu113-ubuntu-2004 | tf2-ent-latest-cu113-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M87, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-latest-cu113-ubuntu-1804 | tf2-ent-latest-cu113-v20211104-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.7, m84 CUDA 113, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.7 (With CUDA 113 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-04 |
tf2-ent-latest-cu113-debian-10 | tf2-ent-latest-cu113-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M87, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-latest-cu113 | tf2-ent-latest-cu113-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M87, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-latest-cu110-ubuntu-2004 | tf2-ent-latest-cu110-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M87, 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 | 2021-12-02 |
tf2-ent-latest-cu110-ubuntu-1804 | tf2-ent-latest-cu110-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf2-ent-latest-cu110-debian-10 | tf2-ent-latest-cu110-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M87, 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 | 2021-12-02 |
tf2-ent-latest-cu110 | tf2-ent-latest-cu110-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M87, 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 | 2021-12-02 |
tf2-ent-latest-cpu-ubuntu-2004 | tf2-ent-latest-cpu-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.7, M87, TensorFlow Enterprise 2.7 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.7 preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-latest-cpu-ubuntu-1804 | tf2-ent-latest-cpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 pre-installed. | 50 GB | 2021-11-08 |
tf2-ent-latest-cpu-debian-10 | tf2-ent-latest-cpu-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7, M87, TensorFlow Enterprise 2.7 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.7 preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-latest-cpu | tf2-ent-latest-cpu-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7, M87, TensorFlow Enterprise 2.7 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.7 preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-2-7-cu113-ubuntu-2004 | tf2-ent-2-7-cu113-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M87, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-2-7-cu113-ubuntu-1804 | tf2-ent-2-7-cu113-v20211104-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.7, m84 CUDA 113, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.7 (With CUDA 113 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-04 |
tf2-ent-2-7-cu113-notebooks-ubuntu-2004 | tf2-ent-2-7-cu113-notebooks-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M87, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-2-7-cu113-notebooks-ubuntu-1804 | tf2-ent-2-7-cu113-notebooks-v20211104-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.7, m84 CUDA 113, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.7 (With CUDA 113 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-04 |
tf2-ent-2-7-cu113-notebooks-debian-10 | tf2-ent-2-7-cu113-notebooks-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M87, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-2-7-cu113-notebooks | tf2-ent-2-7-cu113-notebooks-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M87, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-2-7-cu113-debian-10 | tf2-ent-2-7-cu113-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M87, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-2-7-cu113 | tf2-ent-2-7-cu113-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M87, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-2-7-cpu-ubuntu-2004 | tf2-ent-2-7-cpu-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.7, M87, TensorFlow Enterprise 2.7 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.7 preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-2-7-cpu-ubuntu-1804 | tf2-ent-2-7-cpu-v20211104-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.7, m84 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.7 pre-installed. | 50 GB | 2021-11-04 |
tf2-ent-2-7-cpu-debian-10 | tf2-ent-2-7-cpu-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7, M87, TensorFlow Enterprise 2.7 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.7 preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-2-7-cpu | tf2-ent-2-7-cpu-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7, M87, TensorFlow Enterprise 2.7 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.7 preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-2-6-cu110-ubuntu-2004 | tf2-ent-2-6-cu110-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M87, 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 | 2021-12-02 |
tf2-ent-2-6-cu110-ubuntu-1804 | tf2-ent-2-6-cu110-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf2-ent-2-6-cu110-notebooks-ubuntu-2004 | tf2-ent-2-6-cu110-notebooks-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M87, 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 | 2021-12-02 |
tf2-ent-2-6-cu110-notebooks-ubuntu-1804 | tf2-ent-2-6-cu110-notebooks-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf2-ent-2-6-cu110-notebooks-debian-10 | tf2-ent-2-6-cu110-notebooks-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M87, 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 | 2021-12-02 |
tf2-ent-2-6-cu110-notebooks | tf2-ent-2-6-cu110-notebooks-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M87, 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 | 2021-12-02 |
tf2-ent-2-6-cu110-debian-10 | tf2-ent-2-6-cu110-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M87, 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 | 2021-12-02 |
tf2-ent-2-6-cu110 | tf2-ent-2-6-cu110-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M87, 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 | 2021-12-02 |
tf2-ent-2-6-cpu-ubuntu-2004 | tf2-ent-2-6-cpu-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.6, M87, TensorFlow Enterprise 2.6 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.6 preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-2-6-cpu-ubuntu-1804 | tf2-ent-2-6-cpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 pre-installed. | 50 GB | 2021-11-08 |
tf2-ent-2-6-cpu-debian-10 | tf2-ent-2-6-cpu-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6, M87, TensorFlow Enterprise 2.6 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.6 preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-2-6-cpu | tf2-ent-2-6-cpu-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6, M87, TensorFlow Enterprise 2.6 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.6 preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-2-5-cu110-ubuntu-1804 | tf2-ent-2-5-cu110-v20210802-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.5 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-08-02 |
tf2-ent-2-5-cu110-notebooks-ubuntu-1804 | tf2-ent-2-5-cu110-notebooks-v20210802-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.5 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-08-02 |
tf2-ent-2-5-cu110-notebooks-debian-10 | tf2-ent-2-5-cu110-notebooks-v20210802-debian-10 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 CUDA 110, A debian-10 Linux based image with TensorFlow Enterprise 2.5 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-08-02 |
tf2-ent-2-5-cu110-notebooks | tf2-ent-2-5-cu110-notebooks-v20210802 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 CUDA 110, A debian-10 Linux based image with TensorFlow Enterprise 2.5 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-08-02 |
tf2-ent-2-5-cu110-debian-10 | tf2-ent-2-5-cu110-v20210802-debian-10 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 CUDA 110, A debian-10 Linux based image with TensorFlow Enterprise 2.5 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-08-02 |
tf2-ent-2-5-cu110 | tf2-ent-2-5-cu110-v20210802 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 CUDA 110, A debian-10 Linux based image with TensorFlow Enterprise 2.5 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-08-02 |
tf2-ent-2-5-cpu-ubuntu-1804 | tf2-ent-2-5-cpu-v20210802-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.5 pre-installed. | 50 GB | 2021-08-02 |
tf2-ent-2-5-cpu-debian-10 | tf2-ent-2-5-cpu-v20210802-debian-10 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 TPU/CPU, A debian-10 Linux based image with TensorFlow Enterprise 2.5 pre-installed. | 50 GB | 2021-08-02 |
tf2-ent-2-5-cpu | tf2-ent-2-5-cpu-v20210802 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 TPU/CPU, A debian-10 Linux based image with TensorFlow Enterprise 2.5 pre-installed. | 50 GB | 2021-08-02 |
tf2-ent-2-3-cu110-ubuntu-2004 | tf2-ent-2-3-cu110-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M87, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-2-3-cu110-ubuntu-1804 | tf2-ent-2-3-cu110-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.3, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.3 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf2-ent-2-3-cu110-notebooks-ubuntu-2004 | tf2-ent-2-3-cu110-notebooks-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M87, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-2-3-cu110-notebooks-ubuntu-1804 | tf2-ent-2-3-cu110-notebooks-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.3, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.3 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf2-ent-2-3-cu110-notebooks-debian-10 | tf2-ent-2-3-cu110-notebooks-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M87, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-2-3-cu110-notebooks | tf2-ent-2-3-cu110-notebooks-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M87, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-2-3-cu110-debian-10 | tf2-ent-2-3-cu110-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M87, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-2-3-cu110 | tf2-ent-2-3-cu110-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M87, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-2-3-cpu-ubuntu-2004 | tf2-ent-2-3-cpu-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.3, M87, TensorFlow Enterprise 2.3 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.3 preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-2-3-cpu-ubuntu-1804 | tf2-ent-2-3-cpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.3, m85 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.3 pre-installed. | 50 GB | 2021-11-08 |
tf2-ent-2-3-cpu-debian-10 | tf2-ent-2-3-cpu-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3, M87, TensorFlow Enterprise 2.3 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.3 preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-2-3-cpu | tf2-ent-2-3-cpu-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3, M87, TensorFlow Enterprise 2.3 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.3 preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-2-1-cu110-ubuntu-2004 | tf2-ent-2-1-cu110-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M87, 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 | 2021-12-02 |
tf2-ent-2-1-cu110-ubuntu-1804 | tf2-ent-2-1-cu110-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.1, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow 2.1 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf2-ent-2-1-cu110-notebooks-ubuntu-2004 | tf2-ent-2-1-cu110-notebooks-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M87, 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 | 2021-12-02 |
tf2-ent-2-1-cu110-notebooks-ubuntu-1804 | tf2-ent-2-1-cu110-notebooks-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.1, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow 2.1 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf2-ent-2-1-cu110-notebooks-debian-10 | tf2-ent-2-1-cu110-notebooks-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M87, 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 | 2021-12-02 |
tf2-ent-2-1-cu110-notebooks | tf2-ent-2-1-cu110-notebooks-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M87, 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 | 2021-12-02 |
tf2-ent-2-1-cu110-debian-10 | tf2-ent-2-1-cu110-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M87, 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 | 2021-12-02 |
tf2-ent-2-1-cu110 | tf2-ent-2-1-cu110-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M87, 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 | 2021-12-02 |
tf2-ent-2-1-cpu-ubuntu-2004 | tf2-ent-2-1-cpu-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.1, M87, TensorFlow Enterprise 2.1 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.1 preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-2-1-cpu-ubuntu-1804 | tf2-ent-2-1-cpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.1, m85 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.1 pre-installed. | 50 GB | 2021-11-08 |
tf2-ent-2-1-cpu-debian-10 | tf2-ent-2-1-cpu-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1, M87, TensorFlow Enterprise 2.1 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.1 preinstalled. | 50 GB | 2021-12-02 |
tf2-ent-2-1-cpu | tf2-ent-2-1-cpu-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1, M87, TensorFlow Enterprise 2.1 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.1 preinstalled. | 50 GB | 2021-12-02 |
tf2-2-7-cu113-ubuntu-2004 | tf2-2-7-cu113-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M87, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-2-7-cu113-ubuntu-1804 | tf2-2-7-cu113-v20211104-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.7, m84 CUDA 113, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.7 (With CUDA 113 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-04 |
tf2-2-7-cu113-notebooks-ubuntu-2004 | tf2-2-7-cu113-notebooks-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M87, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-2-7-cu113-notebooks-ubuntu-1804 | tf2-2-7-cu113-notebooks-v20211104-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.7, m84 CUDA 113, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.7 (With CUDA 113 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-04 |
tf2-2-7-cu113-notebooks-debian-10 | tf2-2-7-cu113-notebooks-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M87, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-2-7-cu113-notebooks | tf2-2-7-cu113-notebooks-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M87, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-2-7-cu113-debian-10 | tf2-2-7-cu113-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M87, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-2-7-cu113 | tf2-2-7-cu113-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M87, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-2-7-cpu-ubuntu-2004 | tf2-2-7-cpu-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.7, M87, TensorFlow Enterprise 2.7 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.7 preinstalled. | 50 GB | 2021-12-02 |
tf2-2-7-cpu-ubuntu-1804 | tf2-2-7-cpu-v20211104-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.7, m84 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.7 pre-installed. | 50 GB | 2021-11-04 |
tf2-2-7-cpu-debian-10 | tf2-2-7-cpu-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7, M87, TensorFlow Enterprise 2.7 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.7 preinstalled. | 50 GB | 2021-12-02 |
tf2-2-7-cpu | tf2-2-7-cpu-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7, M87, TensorFlow Enterprise 2.7 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.7 preinstalled. | 50 GB | 2021-12-02 |
tf2-2-6-cu110-ubuntu-2004 | tf2-2-6-cu110-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M87, 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 | 2021-12-02 |
tf2-2-6-cu110-ubuntu-1804 | tf2-2-6-cu110-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf2-2-6-cu110-notebooks-ubuntu-2004 | tf2-2-6-cu110-notebooks-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M87, 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 | 2021-12-02 |
tf2-2-6-cu110-notebooks-ubuntu-1804 | tf2-2-6-cu110-notebooks-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf2-2-6-cu110-notebooks-debian-10 | tf2-2-6-cu110-notebooks-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M87, 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 | 2021-12-02 |
tf2-2-6-cu110-notebooks | tf2-2-6-cu110-notebooks-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M87, 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 | 2021-12-02 |
tf2-2-6-cu110-debian-10 | tf2-2-6-cu110-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M87, 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 | 2021-12-02 |
tf2-2-6-cu110 | tf2-2-6-cu110-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M87, 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 | 2021-12-02 |
tf2-2-6-cpu-ubuntu-2004 | tf2-2-6-cpu-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.6, M87, TensorFlow Enterprise 2.6 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.6 preinstalled. | 50 GB | 2021-12-02 |
tf2-2-6-cpu-ubuntu-1804 | tf2-2-6-cpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 pre-installed. | 50 GB | 2021-11-08 |
tf2-2-6-cpu-debian-10 | tf2-2-6-cpu-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6, M87, TensorFlow Enterprise 2.6 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.6 preinstalled. | 50 GB | 2021-12-02 |
tf2-2-6-cpu | tf2-2-6-cpu-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6, M87, TensorFlow Enterprise 2.6 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.6 preinstalled. | 50 GB | 2021-12-02 |
tf2-2-5-cu110-ubuntu-1804 | tf2-2-5-cu110-v20210802-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.5 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-08-02 |
tf2-2-5-cu110-notebooks-ubuntu-1804 | tf2-2-5-cu110-notebooks-v20210802-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.5 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-08-02 |
tf2-2-5-cu110-notebooks-debian-10 | tf2-2-5-cu110-notebooks-v20210802-debian-10 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 CUDA 110, A debian-10 Linux based image with TensorFlow Enterprise 2.5 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-08-02 |
tf2-2-5-cu110-notebooks | tf2-2-5-cu110-notebooks-v20210802 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 CUDA 110, A debian-10 Linux based image with TensorFlow Enterprise 2.5 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-08-02 |
tf2-2-5-cu110-debian-10 | tf2-2-5-cu110-v20210802-debian-10 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 CUDA 110, A debian-10 Linux based image with TensorFlow Enterprise 2.5 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-08-02 |
tf2-2-5-cu110 | tf2-2-5-cu110-v20210802 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 CUDA 110, A debian-10 Linux based image with TensorFlow Enterprise 2.5 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-08-02 |
tf2-2-5-cpu-ubuntu-1804 | tf2-2-5-cpu-v20210802-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.5 pre-installed. | 50 GB | 2021-08-02 |
tf2-2-5-cpu-debian-10 | tf2-2-5-cpu-v20210802-debian-10 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 TPU/CPU, A debian-10 Linux based image with TensorFlow Enterprise 2.5 pre-installed. | 50 GB | 2021-08-02 |
tf2-2-5-cpu | tf2-2-5-cpu-v20210802 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 TPU/CPU, A debian-10 Linux based image with TensorFlow Enterprise 2.5 pre-installed. | 50 GB | 2021-08-02 |
tf2-2-3-cu110-ubuntu-2004 | tf2-2-3-cu110-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M87, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-2-3-cu110-ubuntu-1804 | tf2-2-3-cu110-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.3, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.3 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf2-2-3-cu110-notebooks-ubuntu-2004 | tf2-2-3-cu110-notebooks-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M87, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-2-3-cu110-notebooks-ubuntu-1804 | tf2-2-3-cu110-notebooks-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.3, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.3 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf2-2-3-cu110-notebooks-debian-10 | tf2-2-3-cu110-notebooks-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M87, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-2-3-cu110-notebooks | tf2-2-3-cu110-notebooks-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M87, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-2-3-cu110-debian-10 | tf2-2-3-cu110-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M87, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-2-3-cu110 | tf2-2-3-cu110-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M87, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-02 |
tf2-2-3-cpu-ubuntu-2004 | tf2-2-3-cpu-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.3, M87, TensorFlow Enterprise 2.3 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.3 preinstalled. | 50 GB | 2021-12-02 |
tf2-2-3-cpu-ubuntu-1804 | tf2-2-3-cpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.3, m85 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.3 pre-installed. | 50 GB | 2021-11-08 |
tf2-2-3-cpu-debian-10 | tf2-2-3-cpu-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3, M87, TensorFlow Enterprise 2.3 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.3 preinstalled. | 50 GB | 2021-12-02 |
tf2-2-3-cpu | tf2-2-3-cpu-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3, M87, TensorFlow Enterprise 2.3 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.3 preinstalled. | 50 GB | 2021-12-02 |
tf2-2-1-cu110-ubuntu-2004 | tf2-2-1-cu110-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M87, 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 | 2021-12-02 |
tf2-2-1-cu110-ubuntu-1804 | tf2-2-1-cu110-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.1, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow 2.1 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf2-2-1-cu110-notebooks-ubuntu-2004 | tf2-2-1-cu110-notebooks-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M87, 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 | 2021-12-02 |
tf2-2-1-cu110-notebooks-ubuntu-1804 | tf2-2-1-cu110-notebooks-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.1, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow 2.1 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf2-2-1-cu110-notebooks-debian-10 | tf2-2-1-cu110-notebooks-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M87, 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 | 2021-12-02 |
tf2-2-1-cu110-notebooks | tf2-2-1-cu110-notebooks-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M87, 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 | 2021-12-02 |
tf2-2-1-cu110-debian-10 | tf2-2-1-cu110-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M87, 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 | 2021-12-02 |
tf2-2-1-cu110 | tf2-2-1-cu110-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M87, 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 | 2021-12-02 |
tf2-2-1-cpu-ubuntu-2004 | tf2-2-1-cpu-v20211202-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.1, M87, TensorFlow Enterprise 2.1 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.1 preinstalled. | 50 GB | 2021-12-02 |
tf2-2-1-cpu-ubuntu-1804 | tf2-2-1-cpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.1, m85 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.1 pre-installed. | 50 GB | 2021-11-08 |
tf2-2-1-cpu-debian-10 | tf2-2-1-cpu-v20211202-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1, M87, TensorFlow Enterprise 2.1 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.1 preinstalled. | 50 GB | 2021-12-02 |
tf2-2-1-cpu | tf2-2-1-cpu-v20211202 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1, M87, TensorFlow Enterprise 2.1 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.1 preinstalled. | 50 GB | 2021-12-02 |
tf-latest-gpu-ubuntu-2004 | tf-latest-gpu-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-18 |
tf-latest-gpu-ubuntu-1804 | tf-latest-gpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf-latest-gpu-sev-ubuntu-2004 | tf-latest-gpu-sev-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-18 |
tf-latest-gpu-sev-ubuntu-1804 | tf-latest-gpu-sev-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf-latest-gpu-sev-debian-10 | tf-latest-gpu-sev-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-18 |
tf-latest-gpu-sev | tf-latest-gpu-sev-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-18 |
tf-latest-gpu-debian-10 | tf-latest-gpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-18 |
tf-latest-gpu | tf-latest-gpu-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-18 |
tf-latest-cu113-ubuntu-2004 | tf-latest-cu113-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-18 |
tf-latest-cu113-ubuntu-1804 | tf-latest-cu113-v20211104-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.7, m84 CUDA 113, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.7 (With CUDA 113 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-04 |
tf-latest-cu113-debian-10 | tf-latest-cu113-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-18 |
tf-latest-cu113 | tf-latest-cu113-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-18 |
tf-latest-cu110-ubuntu-2004 | tf-latest-cu110-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M91, 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 | 2022-03-18 |
tf-latest-cu110-ubuntu-1804 | tf-latest-cu110-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf-latest-cu110-debian-10 | tf-latest-cu110-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M91, 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 | 2022-03-18 |
tf-latest-cu110 | tf-latest-cu110-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M91, 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 | 2022-03-18 |
tf-latest-cpu-ubuntu-2004 | tf-latest-cpu-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.8, M91, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2022-03-18 |
tf-latest-cpu-ubuntu-1804 | tf-latest-cpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 pre-installed. | 50 GB | 2021-11-08 |
tf-latest-cpu-sev-ubuntu-2004 | tf-latest-cpu-sev-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.8, M91, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2022-03-18 |
tf-latest-cpu-sev-ubuntu-1804 | tf-latest-cpu-sev-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 pre-installed. | 50 GB | 2021-11-08 |
tf-latest-cpu-sev-debian-10 | tf-latest-cpu-sev-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8, M91, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2022-03-18 |
tf-latest-cpu-sev | tf-latest-cpu-sev-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8, M91, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2022-03-18 |
tf-latest-cpu-debian-10 | tf-latest-cpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8, M91, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2022-03-18 |
tf-latest-cpu | tf-latest-cpu-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8, M91, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2022-03-18 |
tf-ent-latest-gpu-ubuntu-2004 | tf-ent-latest-gpu-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-18 |
tf-ent-latest-gpu-ubuntu-1804 | tf-ent-latest-gpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf-ent-latest-gpu-debian-10 | tf-ent-latest-gpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-18 |
tf-ent-latest-gpu | tf-ent-latest-gpu-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-18 |
tf-ent-latest-cu113-ubuntu-2004 | tf-ent-latest-cu113-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-18 |
tf-ent-latest-cu113-ubuntu-1804 | tf-ent-latest-cu113-v20211104-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.7, m84 CUDA 113, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.7 (With CUDA 113 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-04 |
tf-ent-latest-cu113-debian-10 | tf-ent-latest-cu113-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-18 |
tf-ent-latest-cu113 | tf-ent-latest-cu113-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-18 |
tf-ent-latest-cu110-ubuntu-2004 | tf-ent-latest-cu110-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M91, 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 | 2022-03-18 |
tf-ent-latest-cu110-ubuntu-1804 | tf-ent-latest-cu110-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf-ent-latest-cu110-debian-10 | tf-ent-latest-cu110-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M91, 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 | 2022-03-18 |
tf-ent-latest-cu110 | tf-ent-latest-cu110-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M91, 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 | 2022-03-18 |
tf-ent-latest-cpu-ubuntu-2004 | tf-ent-latest-cpu-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.8, M91, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2022-03-18 |
tf-ent-latest-cpu-ubuntu-1804 | tf-ent-latest-cpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 pre-installed. | 50 GB | 2021-11-08 |
tf-ent-latest-cpu-debian-10 | tf-ent-latest-cpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8, M91, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2022-03-18 |
tf-ent-latest-cpu | tf-ent-latest-cpu-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8, M91, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2022-03-18 |
tf-ent-2-8-cu113-ubuntu-2004 | tf-ent-2-8-cu113-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-18 |
tf-ent-2-8-cu113-notebooks-ubuntu-2004 | tf-ent-2-8-cu113-notebooks-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-18 |
tf-ent-2-8-cu113-notebooks-debian-10 | tf-ent-2-8-cu113-notebooks-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-18 |
tf-ent-2-8-cu113-notebooks | tf-ent-2-8-cu113-notebooks-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-18 |
tf-ent-2-8-cu113-debian-10 | tf-ent-2-8-cu113-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-18 |
tf-ent-2-8-cu113 | tf-ent-2-8-cu113-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-18 |
tf-ent-2-8-cpu-ubuntu-2004 | tf-ent-2-8-cpu-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.8, M91, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2022-03-18 |
tf-ent-2-8-cpu-debian-10 | tf-ent-2-8-cpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8, M91, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2022-03-18 |
tf-ent-2-8-cpu | tf-ent-2-8-cpu-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8, M91, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2022-03-18 |
tf-ent-2-7-cu113-ubuntu-2004 | tf-ent-2-7-cu113-v20211219-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M88, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-20 |
tf-ent-2-7-cu113-ubuntu-1804 | tf-ent-2-7-cu113-v20211104-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.7, m84 CUDA 113, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.7 (With CUDA 113 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-04 |
tf-ent-2-7-cu113-notebooks-ubuntu-2004 | tf-ent-2-7-cu113-notebooks-v20211219-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M88, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-20 |
tf-ent-2-7-cu113-notebooks-ubuntu-1804 | tf-ent-2-7-cu113-notebooks-v20211104-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.7, m84 CUDA 113, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.7 (With CUDA 113 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-04 |
tf-ent-2-7-cu113-notebooks-debian-10 | tf-ent-2-7-cu113-notebooks-v20211219-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M88, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-20 |
tf-ent-2-7-cu113-notebooks | tf-ent-2-7-cu113-notebooks-v20211219 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M88, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-20 |
tf-ent-2-7-cu113-debian-10 | tf-ent-2-7-cu113-v20211219-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M88, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-20 |
tf-ent-2-7-cu113 | tf-ent-2-7-cu113-v20211219 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M88, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-20 |
tf-ent-2-7-cpu-ubuntu-2004 | tf-ent-2-7-cpu-v20211219-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.7, M88, TensorFlow Enterprise 2.7 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.7 preinstalled. | 50 GB | 2021-12-20 |
tf-ent-2-7-cpu-ubuntu-1804 | tf-ent-2-7-cpu-v20211104-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.7, m84 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.7 pre-installed. | 50 GB | 2021-11-04 |
tf-ent-2-7-cpu-debian-10 | tf-ent-2-7-cpu-v20211219-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7, M88, TensorFlow Enterprise 2.7 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.7 preinstalled. | 50 GB | 2021-12-20 |
tf-ent-2-7-cpu | tf-ent-2-7-cpu-v20211219 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7, M88, TensorFlow Enterprise 2.7 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.7 preinstalled. | 50 GB | 2021-12-20 |
tf-ent-2-6-cu110-ubuntu-2004 | tf-ent-2-6-cu110-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M91, 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 | 2022-03-18 |
tf-ent-2-6-cu110-ubuntu-1804 | tf-ent-2-6-cu110-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf-ent-2-6-cu110-notebooks-ubuntu-2004 | tf-ent-2-6-cu110-notebooks-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M91, 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 | 2022-03-18 |
tf-ent-2-6-cu110-notebooks-ubuntu-1804 | tf-ent-2-6-cu110-notebooks-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf-ent-2-6-cu110-notebooks-debian-10 | tf-ent-2-6-cu110-notebooks-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M91, 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 | 2022-03-18 |
tf-ent-2-6-cu110-notebooks | tf-ent-2-6-cu110-notebooks-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M91, 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 | 2022-03-18 |
tf-ent-2-6-cu110-debian-10 | tf-ent-2-6-cu110-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M91, 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 | 2022-03-18 |
tf-ent-2-6-cu110 | tf-ent-2-6-cu110-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M91, 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 | 2022-03-18 |
tf-ent-2-6-cpu-ubuntu-2004 | tf-ent-2-6-cpu-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.6, M91, TensorFlow Enterprise 2.6 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.6 preinstalled. | 50 GB | 2022-03-18 |
tf-ent-2-6-cpu-ubuntu-1804 | tf-ent-2-6-cpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 pre-installed. | 50 GB | 2021-11-08 |
tf-ent-2-6-cpu-debian-10 | tf-ent-2-6-cpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6, M91, TensorFlow Enterprise 2.6 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.6 preinstalled. | 50 GB | 2022-03-18 |
tf-ent-2-6-cpu | tf-ent-2-6-cpu-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6, M91, TensorFlow Enterprise 2.6 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.6 preinstalled. | 50 GB | 2022-03-18 |
tf-ent-2-5-cu110-ubuntu-1804 | tf-ent-2-5-cu110-v20210802-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.5 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-08-02 |
tf-ent-2-5-cu110-notebooks-ubuntu-1804 | tf-ent-2-5-cu110-notebooks-v20210802-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.5 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-08-02 |
tf-ent-2-5-cu110-notebooks-debian-10 | tf-ent-2-5-cu110-notebooks-v20210802-debian-10 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 CUDA 110, A debian-10 Linux based image with TensorFlow Enterprise 2.5 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-08-02 |
tf-ent-2-5-cu110-notebooks | tf-ent-2-5-cu110-notebooks-v20210802 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 CUDA 110, A debian-10 Linux based image with TensorFlow Enterprise 2.5 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-08-02 |
tf-ent-2-5-cu110-debian-10 | tf-ent-2-5-cu110-v20210802-debian-10 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 CUDA 110, A debian-10 Linux based image with TensorFlow Enterprise 2.5 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-08-02 |
tf-ent-2-5-cu110 | tf-ent-2-5-cu110-v20210802 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 CUDA 110, A debian-10 Linux based image with TensorFlow Enterprise 2.5 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-08-02 |
tf-ent-2-5-cpu-ubuntu-1804 | tf-ent-2-5-cpu-v20210802-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.5 pre-installed. | 50 GB | 2021-08-02 |
tf-ent-2-5-cpu-debian-10 | tf-ent-2-5-cpu-v20210802-debian-10 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 TPU/CPU, A debian-10 Linux based image with TensorFlow Enterprise 2.5 pre-installed. | 50 GB | 2021-08-02 |
tf-ent-2-5-cpu | tf-ent-2-5-cpu-v20210802 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 TPU/CPU, A debian-10 Linux based image with TensorFlow Enterprise 2.5 pre-installed. | 50 GB | 2021-08-02 |
tf-ent-2-3-cu110-ubuntu-2004 | tf-ent-2-3-cu110-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M91, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2022-03-18 |
tf-ent-2-3-cu110-ubuntu-1804 | tf-ent-2-3-cu110-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.3, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.3 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf-ent-2-3-cu110-notebooks-ubuntu-2004 | tf-ent-2-3-cu110-notebooks-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M91, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2022-03-18 |
tf-ent-2-3-cu110-notebooks-ubuntu-1804 | tf-ent-2-3-cu110-notebooks-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.3, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.3 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf-ent-2-3-cu110-notebooks-debian-10 | tf-ent-2-3-cu110-notebooks-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M91, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2022-03-18 |
tf-ent-2-3-cu110-notebooks | tf-ent-2-3-cu110-notebooks-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M91, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2022-03-18 |
tf-ent-2-3-cu110-debian-10 | tf-ent-2-3-cu110-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M91, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2022-03-18 |
tf-ent-2-3-cu110 | tf-ent-2-3-cu110-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M91, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2022-03-18 |
tf-ent-2-3-cpu-ubuntu-2004 | tf-ent-2-3-cpu-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.3, M91, TensorFlow Enterprise 2.3 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.3 preinstalled. | 50 GB | 2022-03-17 |
tf-ent-2-3-cpu-ubuntu-1804 | tf-ent-2-3-cpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.3, m85 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.3 pre-installed. | 50 GB | 2021-11-08 |
tf-ent-2-3-cpu-debian-10 | tf-ent-2-3-cpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3, M91, TensorFlow Enterprise 2.3 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.3 preinstalled. | 50 GB | 2022-03-18 |
tf-ent-2-3-cpu | tf-ent-2-3-cpu-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3, M91, TensorFlow Enterprise 2.3 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.3 preinstalled. | 50 GB | 2022-03-18 |
tf-ent-2-1-cu110-ubuntu-2004 | tf-ent-2-1-cu110-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M91, 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 | 2022-03-17 |
tf-ent-2-1-cu110-ubuntu-1804 | tf-ent-2-1-cu110-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.1, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow 2.1 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf-ent-2-1-cu110-notebooks-ubuntu-2004 | tf-ent-2-1-cu110-notebooks-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M91, 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 | 2022-03-17 |
tf-ent-2-1-cu110-notebooks-ubuntu-1804 | tf-ent-2-1-cu110-notebooks-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.1, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow 2.1 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf-ent-2-1-cu110-notebooks-debian-10 | tf-ent-2-1-cu110-notebooks-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M91, 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 | 2022-03-18 |
tf-ent-2-1-cu110-notebooks | tf-ent-2-1-cu110-notebooks-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M91, 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 | 2022-03-18 |
tf-ent-2-1-cu110-debian-10 | tf-ent-2-1-cu110-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M91, 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 | 2022-03-18 |
tf-ent-2-1-cu110 | tf-ent-2-1-cu110-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M91, 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 | 2022-03-18 |
tf-ent-2-1-cpu-ubuntu-2004 | tf-ent-2-1-cpu-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.1, M91, TensorFlow Enterprise 2.1 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.1 preinstalled. | 50 GB | 2022-03-17 |
tf-ent-2-1-cpu-ubuntu-1804 | tf-ent-2-1-cpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.1, m85 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.1 pre-installed. | 50 GB | 2021-11-08 |
tf-ent-2-1-cpu-debian-10 | tf-ent-2-1-cpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1, M91, TensorFlow Enterprise 2.1 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.1 preinstalled. | 50 GB | 2022-03-17 |
tf-ent-2-1-cpu | tf-ent-2-1-cpu-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1, M91, TensorFlow Enterprise 2.1 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.1 preinstalled. | 50 GB | 2022-03-17 |
tf-ent-1-15-cu110-ubuntu-2004 | tf-ent-1-15-cu110-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 1.15 with CUDA 11.0, M91, 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-03-17 |
tf-ent-1-15-cu110-ubuntu-1804 | tf-ent-1-15-cu110-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 1.15, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 1.15 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf-ent-1-15-cu110-notebooks-ubuntu-2004 | tf-ent-1-15-cu110-notebooks-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 1.15 with CUDA 11.0, M91, 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-03-17 |
tf-ent-1-15-cu110-notebooks-ubuntu-1804 | tf-ent-1-15-cu110-notebooks-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 1.15, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 1.15 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf-ent-1-15-cu110-notebooks-debian-10 | tf-ent-1-15-cu110-notebooks-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15 with CUDA 11.0, M91, 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-03-17 |
tf-ent-1-15-cu110-notebooks | tf-ent-1-15-cu110-notebooks-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15 with CUDA 11.0, M91, 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-03-17 |
tf-ent-1-15-cu110-debian-10 | tf-ent-1-15-cu110-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15 with CUDA 11.0, M91, 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-03-17 |
tf-ent-1-15-cu110 | tf-ent-1-15-cu110-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15 with CUDA 11.0, M91, 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-03-17 |
tf-ent-1-15-cpu-ubuntu-2004 | tf-ent-1-15-cpu-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 1.15, M91, TensorFlow Enterprise 1.15 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 1.15 preinstalled. | 50 GB | 2022-03-17 |
tf-ent-1-15-cpu-ubuntu-1804 | tf-ent-1-15-cpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 1.15, m85 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 1.15 pre-installed. | 50 GB | 2021-11-08 |
tf-ent-1-15-cpu-debian-10 | tf-ent-1-15-cpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15, M91, TensorFlow Enterprise 1.15 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 1.15 preinstalled. | 50 GB | 2022-03-17 |
tf-ent-1-15-cpu | tf-ent-1-15-cpu-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15, M91, TensorFlow Enterprise 1.15 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 1.15 preinstalled. | 50 GB | 2022-03-17 |
tf-2-8-tpu-ubuntu-2004 | tf-2-8-tpu-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.8, M91, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2022-03-18 |
tf-2-8-tpu-debian-10 | tf-2-8-tpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8, M91, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2022-03-18 |
tf-2-8-tpu | tf-2-8-tpu-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8, M91, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2022-03-18 |
tf-2-8-cu113-ubuntu-2004 | tf-2-8-cu113-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-18 |
tf-2-8-cu113-notebooks-ubuntu-2004 | tf-2-8-cu113-notebooks-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-18 |
tf-2-8-cu113-notebooks-debian-10 | tf-2-8-cu113-notebooks-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-18 |
tf-2-8-cu113-notebooks | tf-2-8-cu113-notebooks-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-18 |
tf-2-8-cu113-debian-10 | tf-2-8-cu113-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-18 |
tf-2-8-cu113 | tf-2-8-cu113-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-18 |
tf-2-8-cpu-ubuntu-2004 | tf-2-8-cpu-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.8, M91, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2022-03-18 |
tf-2-8-cpu-debian-10 | tf-2-8-cpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8, M91, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2022-03-18 |
tf-2-8-cpu | tf-2-8-cpu-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8, M91, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2022-03-18 |
tf-2-7-tpu-ubuntu-2004 | tf-2-7-tpu-v20211219-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.7, M88, TensorFlow Enterprise 2.7 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.7 preinstalled. | 50 GB | 2021-12-20 |
tf-2-7-tpu-ubuntu-1804 | tf-2-7-tpu-v20211104-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.7, m84 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.7 pre-installed. | 50 GB | 2021-11-04 |
tf-2-7-tpu-debian-10 | tf-2-7-tpu-v20211219-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7, M88, TensorFlow Enterprise 2.7 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.7 preinstalled. | 50 GB | 2021-12-20 |
tf-2-7-tpu | tf-2-7-tpu-v20211219 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7, M88, TensorFlow Enterprise 2.7 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.7 preinstalled. | 50 GB | 2021-12-20 |
tf-2-7-cu113-ubuntu-2004 | tf-2-7-cu113-v20211219-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M88, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-20 |
tf-2-7-cu113-ubuntu-1804 | tf-2-7-cu113-v20211104-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.7, m84 CUDA 113, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.7 (With CUDA 113 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-04 |
tf-2-7-cu113-notebooks-ubuntu-2004 | tf-2-7-cu113-notebooks-v20211219-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M88, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-20 |
tf-2-7-cu113-notebooks-ubuntu-1804 | tf-2-7-cu113-notebooks-v20211104-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.7, m84 CUDA 113, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.7 (With CUDA 113 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-04 |
tf-2-7-cu113-notebooks-debian-10 | tf-2-7-cu113-notebooks-v20211219-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M88, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-20 |
tf-2-7-cu113-notebooks | tf-2-7-cu113-notebooks-v20211219 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M88, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-20 |
tf-2-7-cu113-debian-10 | tf-2-7-cu113-v20211219-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M88, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-20 |
tf-2-7-cu113 | tf-2-7-cu113-v20211219 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M88, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-20 |
tf-2-7-cpu-ubuntu-2004 | tf-2-7-cpu-v20211219-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.7, M88, TensorFlow Enterprise 2.7 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.7 preinstalled. | 50 GB | 2021-12-20 |
tf-2-7-cpu-ubuntu-1804 | tf-2-7-cpu-v20211104-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.7, m84 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.7 pre-installed. | 50 GB | 2021-11-04 |
tf-2-7-cpu-debian-10 | tf-2-7-cpu-v20211219-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7, M88, TensorFlow Enterprise 2.7 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.7 preinstalled. | 50 GB | 2021-12-20 |
tf-2-7-cpu | tf-2-7-cpu-v20211219 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7, M88, TensorFlow Enterprise 2.7 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.7 preinstalled. | 50 GB | 2021-12-20 |
tf-2-6-tpu-ubuntu-2004 | tf-2-6-tpu-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.6, M91, TensorFlow Enterprise 2.6 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.6 preinstalled. | 50 GB | 2022-03-18 |
tf-2-6-tpu-ubuntu-1804 | tf-2-6-tpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 pre-installed. | 50 GB | 2021-11-08 |
tf-2-6-tpu-debian-10 | tf-2-6-tpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6, M91, TensorFlow Enterprise 2.6 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.6 preinstalled. | 50 GB | 2022-03-18 |
tf-2-6-tpu | tf-2-6-tpu-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6, M91, TensorFlow Enterprise 2.6 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.6 preinstalled. | 50 GB | 2022-03-18 |
tf-2-6-cu110-ubuntu-2004 | tf-2-6-cu110-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M91, 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 | 2022-03-18 |
tf-2-6-cu110-ubuntu-1804 | tf-2-6-cu110-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf-2-6-cu110-notebooks-ubuntu-2004 | tf-2-6-cu110-notebooks-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M91, 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 | 2022-03-18 |
tf-2-6-cu110-notebooks-ubuntu-1804 | tf-2-6-cu110-notebooks-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf-2-6-cu110-notebooks-debian-10 | tf-2-6-cu110-notebooks-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M91, 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 | 2022-03-18 |
tf-2-6-cu110-notebooks | tf-2-6-cu110-notebooks-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M91, 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 | 2022-03-18 |
tf-2-6-cu110-debian-10 | tf-2-6-cu110-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M91, 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 | 2022-03-18 |
tf-2-6-cu110 | tf-2-6-cu110-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M91, 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 | 2022-03-18 |
tf-2-6-cpu-ubuntu-2004 | tf-2-6-cpu-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.6, M91, TensorFlow Enterprise 2.6 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.6 preinstalled. | 50 GB | 2022-03-18 |
tf-2-6-cpu-ubuntu-1804 | tf-2-6-cpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.6, m85 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.6 pre-installed. | 50 GB | 2021-11-08 |
tf-2-6-cpu-debian-10 | tf-2-6-cpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6, M91, TensorFlow Enterprise 2.6 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.6 preinstalled. | 50 GB | 2022-03-18 |
tf-2-6-cpu | tf-2-6-cpu-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6, M91, TensorFlow Enterprise 2.6 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.6 preinstalled. | 50 GB | 2022-03-18 |
tf-2-5-tpu-ubuntu-1804 | tf-2-5-tpu-v20210802-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.5 pre-installed. | 50 GB | 2021-08-02 |
tf-2-5-tpu-debian-10 | tf-2-5-tpu-v20210802-debian-10 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 TPU/CPU, A debian-10 Linux based image with TensorFlow Enterprise 2.5 pre-installed. | 50 GB | 2021-08-02 |
tf-2-5-tpu | tf-2-5-tpu-v20210802 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 TPU/CPU, A debian-10 Linux based image with TensorFlow Enterprise 2.5 pre-installed. | 50 GB | 2021-08-02 |
tf-2-5-cu110-ubuntu-1804 | tf-2-5-cu110-v20210802-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.5 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-08-02 |
tf-2-5-cu110-notebooks-ubuntu-1804 | tf-2-5-cu110-notebooks-v20210802-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.5 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-08-02 |
tf-2-5-cu110-notebooks-debian-10 | tf-2-5-cu110-notebooks-v20210802-debian-10 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 CUDA 110, A debian-10 Linux based image with TensorFlow Enterprise 2.5 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-08-02 |
tf-2-5-cu110-notebooks | tf-2-5-cu110-notebooks-v20210802 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 CUDA 110, A debian-10 Linux based image with TensorFlow Enterprise 2.5 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-08-02 |
tf-2-5-cu110-debian-10 | tf-2-5-cu110-v20210802-debian-10 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 CUDA 110, A debian-10 Linux based image with TensorFlow Enterprise 2.5 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-08-02 |
tf-2-5-cu110 | tf-2-5-cu110-v20210802 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 CUDA 110, A debian-10 Linux based image with TensorFlow Enterprise 2.5 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-08-02 |
tf-2-5-cpu-ubuntu-1804 | tf-2-5-cpu-v20210802-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.5 pre-installed. | 50 GB | 2021-08-02 |
tf-2-5-cpu-debian-10 | tf-2-5-cpu-v20210802-debian-10 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 TPU/CPU, A debian-10 Linux based image with TensorFlow Enterprise 2.5 pre-installed. | 50 GB | 2021-08-02 |
tf-2-5-cpu | tf-2-5-cpu-v20210802 | Google, Deep Learning Image: TensorFlow Enterprise 2.5, m76 TPU/CPU, A debian-10 Linux based image with TensorFlow Enterprise 2.5 pre-installed. | 50 GB | 2021-08-02 |
tf-2-3-tpu-ubuntu-2004 | tf-2-3-tpu-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.3, M91, TensorFlow Enterprise 2.3 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.3 preinstalled. | 50 GB | 2022-03-17 |
tf-2-3-tpu-ubuntu-1804 | tf-2-3-tpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.3, m85 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.3 pre-installed. | 50 GB | 2021-11-08 |
tf-2-3-tpu-debian-10 | tf-2-3-tpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3, M91, TensorFlow Enterprise 2.3 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.3 preinstalled. | 50 GB | 2022-03-18 |
tf-2-3-tpu | tf-2-3-tpu-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3, M91, TensorFlow Enterprise 2.3 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.3 preinstalled. | 50 GB | 2022-03-18 |
tf-2-3-cu110-ubuntu-2004 | tf-2-3-cu110-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M91, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2022-03-18 |
tf-2-3-cu110-ubuntu-1804 | tf-2-3-cu110-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.3, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.3 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf-2-3-cu110-notebooks-ubuntu-2004 | tf-2-3-cu110-notebooks-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M91, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2022-03-18 |
tf-2-3-cu110-notebooks-ubuntu-1804 | tf-2-3-cu110-notebooks-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.3, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.3 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf-2-3-cu110-notebooks-debian-10 | tf-2-3-cu110-notebooks-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M91, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2022-03-18 |
tf-2-3-cu110-notebooks | tf-2-3-cu110-notebooks-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M91, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2022-03-18 |
tf-2-3-cu110-debian-10 | tf-2-3-cu110-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M91, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2022-03-18 |
tf-2-3-cu110 | tf-2-3-cu110-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M91, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2022-03-18 |
tf-2-3-cpu-ubuntu-2004 | tf-2-3-cpu-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.3, M91, TensorFlow Enterprise 2.3 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.3 preinstalled. | 50 GB | 2022-03-17 |
tf-2-3-cpu-ubuntu-1804 | tf-2-3-cpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.3, m85 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.3 pre-installed. | 50 GB | 2021-11-08 |
tf-2-3-cpu-debian-10 | tf-2-3-cpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3, M91, TensorFlow Enterprise 2.3 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.3 preinstalled. | 50 GB | 2022-03-18 |
tf-2-3-cpu | tf-2-3-cpu-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3, M91, TensorFlow Enterprise 2.3 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.3 preinstalled. | 50 GB | 2022-03-18 |
tf-2-1-tpu-ubuntu-2004 | tf-2-1-tpu-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.1, M91, TensorFlow Enterprise 2.1 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.1 preinstalled. | 50 GB | 2022-03-17 |
tf-2-1-tpu-ubuntu-1804 | tf-2-1-tpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.1, m85 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.1 pre-installed. | 50 GB | 2021-11-08 |
tf-2-1-tpu-debian-10 | tf-2-1-tpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1, M91, TensorFlow Enterprise 2.1 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.1 preinstalled. | 50 GB | 2022-03-18 |
tf-2-1-tpu | tf-2-1-tpu-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1, M91, TensorFlow Enterprise 2.1 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.1 preinstalled. | 50 GB | 2022-03-18 |
tf-2-1-cu110-ubuntu-2004 | tf-2-1-cu110-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M91, 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 | 2022-03-17 |
tf-2-1-cu110-ubuntu-1804 | tf-2-1-cu110-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.1, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow 2.1 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf-2-1-cu110-notebooks-ubuntu-2004 | tf-2-1-cu110-notebooks-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M91, 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 | 2022-03-17 |
tf-2-1-cu110-notebooks-ubuntu-1804 | tf-2-1-cu110-notebooks-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.1, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow 2.1 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf-2-1-cu110-notebooks-debian-10 | tf-2-1-cu110-notebooks-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M91, 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 | 2022-03-18 |
tf-2-1-cu110-notebooks | tf-2-1-cu110-notebooks-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M91, 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 | 2022-03-18 |
tf-2-1-cu110-debian-10 | tf-2-1-cu110-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M91, 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 | 2022-03-18 |
tf-2-1-cu110 | tf-2-1-cu110-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M91, 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 | 2022-03-18 |
tf-2-1-cpu-ubuntu-2004 | tf-2-1-cpu-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 2.1, M91, TensorFlow Enterprise 2.1 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.1 preinstalled. | 50 GB | 2022-03-17 |
tf-2-1-cpu-ubuntu-1804 | tf-2-1-cpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 2.1, m85 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 2.1 pre-installed. | 50 GB | 2021-11-08 |
tf-2-1-cpu-debian-10 | tf-2-1-cpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1, M91, TensorFlow Enterprise 2.1 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.1 preinstalled. | 50 GB | 2022-03-17 |
tf-2-1-cpu | tf-2-1-cpu-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1, M91, TensorFlow Enterprise 2.1 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.1 preinstalled. | 50 GB | 2022-03-17 |
tf-1-15-cu110-ubuntu-2004 | tf-1-15-cu110-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 1.15 with CUDA 11.0, M91, 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-03-17 |
tf-1-15-cu110-ubuntu-1804 | tf-1-15-cu110-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 1.15, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 1.15 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf-1-15-cu110-notebooks-ubuntu-2004 | tf-1-15-cu110-notebooks-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 1.15 with CUDA 11.0, M91, 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-03-17 |
tf-1-15-cu110-notebooks-ubuntu-1804 | tf-1-15-cu110-notebooks-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 1.15, m85 CUDA 110, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 1.15 (With CUDA 110 and Intel(TM) MKL-DNN, Intel(TM) MKL) plus Intel(TM) optimized NumPy, SciPy, and scikit-learn. | 50 GB | 2021-11-08 |
tf-1-15-cu110-notebooks-debian-10 | tf-1-15-cu110-notebooks-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15 with CUDA 11.0, M91, 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-03-17 |
tf-1-15-cu110-notebooks | tf-1-15-cu110-notebooks-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15 with CUDA 11.0, M91, 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-03-17 |
tf-1-15-cu110-debian-10 | tf-1-15-cu110-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15 with CUDA 11.0, M91, 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-03-17 |
tf-1-15-cu110 | tf-1-15-cu110-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15 with CUDA 11.0, M91, 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-03-17 |
tf-1-15-cpu-ubuntu-2004 | tf-1-15-cpu-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for TensorFlow Enterprise 1.15, M91, TensorFlow Enterprise 1.15 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 1.15 preinstalled. | 50 GB | 2022-03-17 |
tf-1-15-cpu-ubuntu-1804 | tf-1-15-cpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: TensorFlow Enterprise 1.15, m85 TPU/CPU, A ubuntu-1804-lts Linux based image with TensorFlow Enterprise 1.15 pre-installed. | 50 GB | 2021-11-08 |
tf-1-15-cpu-debian-10 | tf-1-15-cpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15, M91, TensorFlow Enterprise 1.15 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 1.15 preinstalled. | 50 GB | 2022-03-17 |
tf-1-15-cpu | tf-1-15-cpu-v20220316 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15, M91, TensorFlow Enterprise 1.15 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 1.15 preinstalled. | 50 GB | 2022-03-17 |
r-latest-cpu-experimental-ubuntu-2004 | r-latest-cpu-experimental-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for R, M91, Deep Learning VM Image with R preinstalled. | 50 GB | 2022-03-17 |
r-latest-cpu-experimental-ubuntu-1804 | r-latest-cpu-experimental-v20211105-ubuntu-1804 | Google, Deep Learning Image: R 4.1 m85, A ubuntu-1804-lts Linux based image with R pre-installed. | 50 GB | 2021-11-08 |
r-latest-cpu-experimental-debian-10 | r-latest-cpu-experimental-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for R, M91, Deep Learning VM Image with R preinstalled. | 50 GB | 2022-03-17 |
r-latest-cpu-experimental | r-latest-cpu-experimental-v20220316 | Google, Debian 10 based Deep Learning VM for R, M91, Deep Learning VM Image with R preinstalled. | 50 GB | 2022-03-17 |
r-4-1-cpu-experimental-ubuntu-2004 | r-4-1-cpu-experimental-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for R, M91, Deep Learning VM Image with R preinstalled. | 50 GB | 2022-03-17 |
r-4-1-cpu-experimental-ubuntu-1804 | r-4-1-cpu-experimental-v20211105-ubuntu-1804 | Google, Deep Learning Image: R 4.1 m85, A ubuntu-1804-lts Linux based image with R pre-installed. | 50 GB | 2021-11-08 |
r-4-1-cpu-experimental-notebooks-ubuntu-2004 | r-4-1-cpu-experimental-notebooks-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for R, M91, Deep Learning VM Image with R preinstalled. | 50 GB | 2022-03-17 |
r-4-1-cpu-experimental-notebooks-ubuntu-1804 | r-4-1-cpu-experimental-notebooks-v20211105-ubuntu-1804 | Google, Deep Learning Image: R 4.1 m85, A ubuntu-1804-lts Linux based image with R pre-installed. | 50 GB | 2021-11-08 |
r-4-1-cpu-experimental-notebooks-debian-10 | r-4-1-cpu-experimental-notebooks-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for R, M91, Deep Learning VM Image with R preinstalled. | 50 GB | 2022-03-17 |
r-4-1-cpu-experimental-notebooks | r-4-1-cpu-experimental-notebooks-v20220316 | Google, Debian 10 based Deep Learning VM for R, M91, Deep Learning VM Image with R preinstalled. | 50 GB | 2022-03-17 |
r-4-1-cpu-experimental-debian-10 | r-4-1-cpu-experimental-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for R, M91, Deep Learning VM Image with R preinstalled. | 50 GB | 2022-03-17 |
r-4-1-cpu-experimental | r-4-1-cpu-experimental-v20220316 | Google, Debian 10 based Deep Learning VM for R, M91, Deep Learning VM Image with R preinstalled. | 50 GB | 2022-03-17 |
r-4-0-cpu-experimental-ubuntu-1804 | r-4-0-cpu-experimental-v20210923-ubuntu-1804 | Google, Deep Learning Image: R 4.0 m80, A ubuntu-1804-lts Linux based image with R pre-installed. | 50 GB | 2021-09-23 |
r-4-0-cpu-experimental-notebooks-ubuntu-1804 | r-4-0-cpu-experimental-notebooks-v20210923-ubuntu-1804 | Google, Deep Learning Image: R 4.0 m80, A ubuntu-1804-lts Linux based image with R pre-installed. | 50 GB | 2021-09-23 |
r-4-0-cpu-experimental-notebooks-debian-10 | r-4-0-cpu-experimental-notebooks-v20210923-debian-10 | Google, Deep Learning Image: R 4.0 m80, A debian-10 Linux based image with R pre-installed. | 50 GB | 2021-09-23 |
r-4-0-cpu-experimental-notebooks | r-4-0-cpu-experimental-notebooks-v20210923 | Google, Deep Learning Image: R 4.0 m80, A debian-10 Linux based image with R pre-installed. | 50 GB | 2021-09-23 |
r-4-0-cpu-experimental-debian-10 | r-4-0-cpu-experimental-v20210923-debian-10 | Google, Deep Learning Image: R 4.0 m80, A debian-10 Linux based image with R pre-installed. | 50 GB | 2021-09-23 |
r-4-0-cpu-experimental | r-4-0-cpu-experimental-v20210923 | Google, Deep Learning Image: R 4.0 m80, A debian-10 Linux based image with R pre-installed. | 50 GB | 2021-09-23 |
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-ubuntu-1804 | pytorch-latest-xla-v20211022-ubuntu-1804 | Google, Deep Learning Image: PyTorch 1.9 XLA and fastai, m82 XLA, A ubuntu-1804-lts Linux based image with PyTorch 1.9 XLA pre-installed. | 50 GB | 2021-10-25 |
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-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M91, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-18 |
pytorch-latest-gpu-ubuntu-1804 | pytorch-latest-gpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: PyTorch 1.10 and fastai, m85 CUDA 110, A ubuntu-1804-lts Linux based image with PyTorch 1.10 pre-installed. | 50 GB | 2021-11-08 |
pytorch-latest-gpu-debian-10 | pytorch-latest-gpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M91, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-18 |
pytorch-latest-gpu | pytorch-latest-gpu-v20220316 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M91, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-18 |
pytorch-latest-cu113-ubuntu-2004 | pytorch-latest-cu113-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M91, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-18 |
pytorch-latest-cu113-debian-10 | pytorch-latest-cu113-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M91, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-18 |
pytorch-latest-cu113 | pytorch-latest-cu113-v20220316 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M91, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-18 |
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-ubuntu-1804 | pytorch-latest-cu110-v20211105-ubuntu-1804 | Google, Deep Learning Image: PyTorch 1.10 and fastai, m85 CUDA 110, A ubuntu-1804-lts Linux based image with PyTorch 1.10 pre-installed. | 50 GB | 2021-11-08 |
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-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M91, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-18 |
pytorch-latest-cpu-ubuntu-1804 | pytorch-latest-cpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: PyTorch 1.10 and fastai, m85 CUDA 110, A ubuntu-1804-lts Linux based image with PyTorch 1.10 pre-installed. | 50 GB | 2021-11-08 |
pytorch-latest-cpu-debian-10 | pytorch-latest-cpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M91, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-18 |
pytorch-latest-cpu | pytorch-latest-cpu-v20220316 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M91, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-18 |
pytorch-1-9-xla-ubuntu-1804 | pytorch-1-9-xla-v20211105-ubuntu-1804 | Google, Deep Learning Image: PyTorch 1.9 XLA and fastai, m85 XLA, A ubuntu-1804-lts Linux based image with PyTorch 1.9 XLA pre-installed. | 50 GB | 2021-11-08 |
pytorch-1-9-xla-notebooks-ubuntu-1804 | pytorch-1-9-xla-notebooks-v20211105-ubuntu-1804 | Google, Deep Learning Image: PyTorch 1.9 XLA and fastai, m85 XLA, A ubuntu-1804-lts Linux based image with PyTorch 1.9 XLA pre-installed. | 50 GB | 2021-11-08 |
pytorch-1-9-xla-notebooks-debian-10 | pytorch-1-9-xla-notebooks-v20211105-debian-10 | Google, Deep Learning Image: PyTorch 1.9 XLA and fastai, m85 XLA, A debian-10 Linux based image with PyTorch 1.9 XLA pre-installed. | 50 GB | 2021-11-08 |
pytorch-1-9-xla-notebooks | pytorch-1-9-xla-notebooks-v20211105 | Google, Deep Learning Image: PyTorch 1.9 XLA and fastai, m85 XLA, A debian-10 Linux based image with PyTorch 1.9 XLA pre-installed. | 50 GB | 2021-11-08 |
pytorch-1-9-xla-debian-10 | pytorch-1-9-xla-v20211105-debian-10 | Google, Deep Learning Image: PyTorch 1.9 XLA and fastai, m85 XLA, A debian-10 Linux based image with PyTorch 1.9 XLA pre-installed. | 50 GB | 2021-11-08 |
pytorch-1-9-xla | pytorch-1-9-xla-v20211105 | Google, Deep Learning Image: PyTorch 1.9 XLA and fastai, m85 XLA, A debian-10 Linux based image with PyTorch 1.9 XLA pre-installed. | 50 GB | 2021-11-08 |
pytorch-1-9-cu110-ubuntu-1804 | pytorch-1-9-cu110-v20211022-ubuntu-1804 | Google, Deep Learning Image: PyTorch 1.9, m82 CUDA 110, A ubuntu-1804-lts Linux based image with PyTorch 1.9 pre-installed. | 50 GB | 2021-10-25 |
pytorch-1-9-cu110-notebooks-ubuntu-1804 | pytorch-1-9-cu110-notebooks-v20211022-ubuntu-1804 | Google, Deep Learning Image: PyTorch 1.9, m82 CUDA 110, A ubuntu-1804-lts Linux based image with PyTorch 1.9 pre-installed. | 50 GB | 2021-10-25 |
pytorch-1-9-cu110-notebooks-debian-10 | pytorch-1-9-cu110-notebooks-v20211022-debian-10 | Google, Deep Learning Image: PyTorch 1.9, m82 CUDA 110, A debian-10 Linux based image with PyTorch 1.9 pre-installed. | 50 GB | 2021-10-25 |
pytorch-1-9-cu110-notebooks | pytorch-1-9-cu110-notebooks-v20211022 | Google, Deep Learning Image: PyTorch 1.9, m82 CUDA 110, A debian-10 Linux based image with PyTorch 1.9 pre-installed. | 50 GB | 2021-10-25 |
pytorch-1-9-cu110-debian-10 | pytorch-1-9-cu110-v20211022-debian-10 | Google, Deep Learning Image: PyTorch 1.9, m82 CUDA 110, A debian-10 Linux based image with PyTorch 1.9 pre-installed. | 50 GB | 2021-10-25 |
pytorch-1-9-cu110 | pytorch-1-9-cu110-v20211022 | Google, Deep Learning Image: PyTorch 1.9, m82 CUDA 110, A debian-10 Linux based image with PyTorch 1.9 pre-installed. | 50 GB | 2021-10-25 |
pytorch-1-9-cpu-ubuntu-1804 | pytorch-1-9-cpu-v20211022-ubuntu-1804 | Google, Deep Learning Image: PyTorch 1.9, m82 CUDA 110, A ubuntu-1804-lts Linux based image with PyTorch 1.9 pre-installed. | 50 GB | 2021-10-25 |
pytorch-1-9-cpu-debian-10 | pytorch-1-9-cpu-v20211022-debian-10 | Google, Deep Learning Image: PyTorch 1.9, m82 CUDA 110, A debian-10 Linux based image with PyTorch 1.9 pre-installed. | 50 GB | 2021-10-25 |
pytorch-1-9-cpu | pytorch-1-9-cpu-v20211022 | Google, Deep Learning Image: PyTorch 1.9, m82 CUDA 110, A debian-10 Linux based image with PyTorch 1.9 pre-installed. | 50 GB | 2021-10-25 |
pytorch-1-8-xla-ubuntu-1804 | pytorch-1-8-xla-v20210619-ubuntu-1804 | Google, Deep Learning Image: PyTorch 1.8 XLA and fastai, m73 XLA, A ubuntu-1804-lts Linux based image with PyTorch 1.8 XLA pre-installed. | 50 GB | 2021-06-21 |
pytorch-1-8-xla-notebooks-ubuntu-1804 | pytorch-1-8-xla-notebooks-v20210619-ubuntu-1804 | Google, Deep Learning Image: PyTorch 1.8 XLA and fastai, m73 XLA, A ubuntu-1804-lts Linux based image with PyTorch 1.8 XLA pre-installed. | 50 GB | 2021-06-21 |
pytorch-1-8-xla-notebooks-debian-10 | pytorch-1-8-xla-notebooks-v20210619-debian-10 | Google, Deep Learning Image: PyTorch 1.8 XLA and fastai, m73 XLA, A debian-10 Linux based image with PyTorch 1.8 XLA pre-installed. | 50 GB | 2021-06-21 |
pytorch-1-8-xla-notebooks | pytorch-1-8-xla-notebooks-v20210619 | Google, Deep Learning Image: PyTorch 1.8 XLA and fastai, m73 XLA, A debian-10 Linux based image with PyTorch 1.8 XLA pre-installed. | 50 GB | 2021-06-21 |
pytorch-1-8-xla-debian-10 | pytorch-1-8-xla-v20210619-debian-10 | Google, Deep Learning Image: PyTorch 1.8 XLA and fastai, m73 XLA, A debian-10 Linux based image with PyTorch 1.8 XLA pre-installed. | 50 GB | 2021-06-21 |
pytorch-1-8-xla | pytorch-1-8-xla-v20210619 | Google, Deep Learning Image: PyTorch 1.8 XLA and fastai, m73 XLA, A debian-10 Linux based image with PyTorch 1.8 XLA pre-installed. | 50 GB | 2021-06-21 |
pytorch-1-8-cu110-ubuntu-1804 | pytorch-1-8-cu110-v20210619-ubuntu-1804 | Google, Deep Learning Image: PyTorch 1.8, m73 CUDA 110, A ubuntu-1804-lts Linux based image with PyTorch 1.8 pre-installed. | 50 GB | 2021-06-21 |
pytorch-1-8-cu110-notebooks-ubuntu-1804 | pytorch-1-8-cu110-notebooks-v20210619-ubuntu-1804 | Google, Deep Learning Image: PyTorch 1.8, m73 CUDA 110, A ubuntu-1804-lts Linux based image with PyTorch 1.8 pre-installed. | 50 GB | 2021-06-21 |
pytorch-1-8-cu110-notebooks-debian-10 | pytorch-1-8-cu110-notebooks-v20210619-debian-10 | Google, Deep Learning Image: PyTorch 1.8, m73 CUDA 110, A debian-10 Linux based image with PyTorch 1.8 pre-installed. | 50 GB | 2021-06-21 |
pytorch-1-8-cu110-notebooks | pytorch-1-8-cu110-notebooks-v20210619 | Google, Deep Learning Image: PyTorch 1.8, m73 CUDA 110, A debian-10 Linux based image with PyTorch 1.8 pre-installed. | 50 GB | 2021-06-21 |
pytorch-1-8-cu110-debian-10 | pytorch-1-8-cu110-v20210619-debian-10 | Google, Deep Learning Image: PyTorch 1.8, m73 CUDA 110, A debian-10 Linux based image with PyTorch 1.8 pre-installed. | 50 GB | 2021-06-21 |
pytorch-1-8-cu110 | pytorch-1-8-cu110-v20210619 | Google, Deep Learning Image: PyTorch 1.8, m73 CUDA 110, A debian-10 Linux based image with PyTorch 1.8 pre-installed. | 50 GB | 2021-06-21 |
pytorch-1-8-cpu-ubuntu-1804 | pytorch-1-8-cpu-v20210619-ubuntu-1804 | Google, Deep Learning Image: PyTorch 1.8, m73 CUDA 110, A ubuntu-1804-lts Linux based image with PyTorch 1.8 pre-installed. | 50 GB | 2021-06-21 |
pytorch-1-8-cpu-debian-10 | pytorch-1-8-cpu-v20210619-debian-10 | Google, Deep Learning Image: PyTorch 1.8, m73 CUDA 110, A debian-10 Linux based image with PyTorch 1.8 pre-installed. | 50 GB | 2021-06-21 |
pytorch-1-8-cpu | pytorch-1-8-cpu-v20210619 | Google, Deep Learning Image: PyTorch 1.8, m73 CUDA 110, A debian-10 Linux based image with PyTorch 1.8 pre-installed. | 50 GB | 2021-06-21 |
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-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M91, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-18 |
pytorch-1-11-cu113-notebooks-ubuntu-2004 | pytorch-1-11-cu113-notebooks-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M91, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-18 |
pytorch-1-11-cu113-notebooks-debian-10 | pytorch-1-11-cu113-notebooks-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M91, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-18 |
pytorch-1-11-cu113-notebooks | pytorch-1-11-cu113-notebooks-v20220316 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M91, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-18 |
pytorch-1-11-cu113-debian-10 | pytorch-1-11-cu113-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M91, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-18 |
pytorch-1-11-cu113 | pytorch-1-11-cu113-v20220316 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M91, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-18 |
pytorch-1-11-cpu-ubuntu-2004 | pytorch-1-11-cpu-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M91, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-18 |
pytorch-1-11-cpu-debian-10 | pytorch-1-11-cpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M91, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-18 |
pytorch-1-11-cpu | pytorch-1-11-cpu-v20220316 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M91, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-18 |
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-ubuntu-1804 | pytorch-1-10-cu110-v20211105-ubuntu-1804 | Google, Deep Learning Image: PyTorch 1.10 and fastai, m85 CUDA 110, A ubuntu-1804-lts Linux based image with PyTorch 1.10 pre-installed. | 50 GB | 2021-11-08 |
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-ubuntu-1804 | pytorch-1-10-cu110-notebooks-v20211105-ubuntu-1804 | Google, Deep Learning Image: PyTorch 1.10 and fastai, m85 CUDA 110, A ubuntu-1804-lts Linux based image with PyTorch 1.10 pre-installed. | 50 GB | 2021-11-08 |
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-ubuntu-1804 | pytorch-1-10-cpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: PyTorch 1.10 and fastai, m85 CUDA 110, A ubuntu-1804-lts Linux based image with PyTorch 1.10 pre-installed. | 50 GB | 2021-11-08 |
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-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Container Base Deep Learning VM, M91, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 50 GB | 2022-03-17 |
kaggle-container-ubuntu-1804 | kaggle-container-v20211105-ubuntu-1804 | Google, Deep Learning Image: Container Base m85, A ubuntu-1804-lts Linux based image with Docker and NVIDIA-Docker support for custom containers with Deep Learning Image integration. | 50 GB | 2021-11-08 |
kaggle-container-debian-10 | kaggle-container-v20220316-debian-10 | Google, Debian 10 based Container Base Deep Learning VM, M91, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 50 GB | 2022-03-17 |
kaggle-container | kaggle-container-v20220316 | Google, Debian 10 based Container Base Deep Learning VM, M91, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 50 GB | 2022-03-17 |
dataproc-container-ubuntu-2004 | dataproc-container-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Container Base Deep Learning VM, M91, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 50 GB | 2022-03-17 |
dataproc-container-ubuntu-1804 | dataproc-container-v20211105-ubuntu-1804 | Google, Deep Learning Image: Container Base m85, A ubuntu-1804-lts Linux based image with Docker and NVIDIA-Docker support for custom containers with Deep Learning Image integration. | 50 GB | 2021-11-08 |
dataproc-container-debian-10 | dataproc-container-v20220316-debian-10 | Google, Debian 10 based Container Base Deep Learning VM, M91, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 50 GB | 2022-03-17 |
dataproc-container | dataproc-container-v20220316 | Google, Debian 10 based Container Base Deep Learning VM, M91, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 50 GB | 2022-03-17 |
dataflow-container-gpu-debian-10 | dataflow-container-gpu-v20220308-debian-10 | Google, Debian 10 based Deep Learning VM for Dataflow, M0, Container Base, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 100 GB | 2022-03-07 |
dataflow-container-gpu | dataflow-container-gpu-v20220308 | Google, Debian 10 based Deep Learning VM for Dataflow, M0, Container Base, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 100 GB | 2022-03-07 |
dataflow-container-debian-10 | dataflow-container-v20220308-debian-10 | Google, Debian 10 based Deep Learning VM for Dataflow, M0, Container Base, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 100 GB | 2022-03-07 |
dataflow-container | dataflow-container-v20220308 | Google, Debian 10 based Deep Learning VM for Dataflow, M0, Container Base, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 100 GB | 2022-03-07 |
common-cu113-ubuntu-2004 | common-cu113-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM with CUDA 11.3, M91, Base CUDA 11.3, Deep Learning VM Image with CUDA 11.3 preinstalled. | 50 GB | 2022-03-17 |
common-cu113-notebooks-ubuntu-2004 | common-cu113-notebooks-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM with CUDA 11.3, M91, Base CUDA 11.3, Deep Learning VM Image with CUDA 11.3 preinstalled. | 50 GB | 2022-03-17 |
common-cu113-notebooks-debian-10 | common-cu113-notebooks-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM with CUDA 11.3, M91, Base CUDA 11.3, Deep Learning VM Image with CUDA 11.3 preinstalled. | 50 GB | 2022-03-17 |
common-cu113-notebooks | common-cu113-notebooks-v20220316 | Google, Debian 10 based Deep Learning VM with CUDA 11.3, M91, Base CUDA 11.3, Deep Learning VM Image with CUDA 11.3 preinstalled. | 50 GB | 2022-03-17 |
common-cu113-debian-10 | common-cu113-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM with CUDA 11.3, M91, Base CUDA 11.3, Deep Learning VM Image with CUDA 11.3 preinstalled. | 50 GB | 2022-03-17 |
common-cu113 | common-cu113-v20220316 | Google, Debian 10 based Deep Learning VM with CUDA 11.3, M91, Base CUDA 11.3, Deep Learning VM Image with CUDA 11.3 preinstalled. | 50 GB | 2022-03-17 |
common-cu110-ubuntu-2004 | common-cu110-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM with CUDA 11.0, M91, Base CUDA 11.0, Deep Learning VM Image with CUDA 11.0 preinstalled. | 50 GB | 2022-03-17 |
common-cu110-ubuntu-1804 | common-cu110-v20211105-ubuntu-1804 | Google, Deep Learning Image: Base, m85 CUDA11.0, A ubuntu-1804-lts Linux based image with CUDA 11.0 preinstalled. | 50 GB | 2021-11-08 |
common-cu110-notebooks-ubuntu-2004 | common-cu110-notebooks-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM with CUDA 11.0, M91, Base CUDA 11.0, Deep Learning VM Image with CUDA 11.0 preinstalled. | 50 GB | 2022-03-17 |
common-cu110-notebooks-ubuntu-1804 | common-cu110-notebooks-v20211105-ubuntu-1804 | Google, Deep Learning Image: Base, m85 CUDA11.0, A ubuntu-1804-lts Linux based image with CUDA 11.0 preinstalled. | 50 GB | 2021-11-08 |
common-cu110-notebooks-debian-10 | common-cu110-notebooks-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM with CUDA 11.0, M91, Base CUDA 11.0, Deep Learning VM Image with CUDA 11.0 preinstalled. | 50 GB | 2022-03-17 |
common-cu110-notebooks | common-cu110-notebooks-v20220316 | Google, Debian 10 based Deep Learning VM with CUDA 11.0, M91, Base CUDA 11.0, Deep Learning VM Image with CUDA 11.0 preinstalled. | 50 GB | 2022-03-17 |
common-cu110-debian-10 | common-cu110-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM with CUDA 11.0, M91, Base CUDA 11.0, Deep Learning VM Image with CUDA 11.0 preinstalled. | 50 GB | 2022-03-17 |
common-cu110 | common-cu110-v20220316 | Google, Debian 10 based Deep Learning VM with CUDA 11.0, M91, Base CUDA 11.0, Deep Learning VM Image with CUDA 11.0 preinstalled. | 50 GB | 2022-03-17 |
common-cu101-ubuntu-1804 | common-cu101-v20211105-ubuntu-1804 | Google, Deep Learning Image: Base, m85 CUDA10.1. A ubuntu-1804-lts Linux based image with CUDA 10.1 preinstalled. | 50 GB | 2021-11-08 |
common-cu101-notebooks-ubuntu-1804 | common-cu101-notebooks-v20211105-ubuntu-1804 | Google, Deep Learning Image: Base, m85 CUDA10.1. A ubuntu-1804-lts Linux based image with CUDA 10.1 preinstalled. | 50 GB | 2021-11-08 |
common-cu101-notebooks-debian-10 | common-cu101-notebooks-v20211105-debian-10 | Google, Deep Learning Image: Base, m85 CUDA10.1. A debian-10 Linux based image with CUDA 10.1 preinstalled. | 50 GB | 2021-11-08 |
common-cu101-notebooks | common-cu101-notebooks-v20211105 | Google, Deep Learning Image: Base, m85 CUDA10.1. A debian-10 Linux based image with CUDA 10.1 preinstalled. | 50 GB | 2021-11-08 |
common-cu101-debian-10 | common-cu101-v20211105-debian-10 | Google, Deep Learning Image: Base, m85 CUDA10.1. A debian-10 Linux based image with CUDA 10.1 preinstalled. | 50 GB | 2021-11-08 |
common-cu101 | common-cu101-v20211105 | Google, Deep Learning Image: Base, m85 CUDA10.1. A debian-10 Linux based image with CUDA 10.1 preinstalled. | 50 GB | 2021-11-08 |
common-cu100-ubuntu-1804 | common-cu100-v20211105-ubuntu-1804 | Google, Deep Learning Image: Base, m85 CUDA10.0. A ubuntu-1804-lts Linux based image with CUDA 10.0 preinstalled. | 50 GB | 2021-11-08 |
common-cu100-notebooks-ubuntu-1804 | common-cu100-notebooks-v20211105-ubuntu-1804 | Google, Deep Learning Image: Base, m85 CUDA10.0. A ubuntu-1804-lts Linux based image with CUDA 10.0 preinstalled. | 50 GB | 2021-11-08 |
common-cu100-notebooks-debian-10 | common-cu100-notebooks-v20211105-debian-10 | Google, Deep Learning Image: Base, m85 CUDA10.0. A debian-10 Linux based image with CUDA 10.0 preinstalled. | 50 GB | 2021-11-08 |
common-cu100-notebooks | common-cu100-notebooks-v20211105 | Google, Deep Learning Image: Base, m85 CUDA10.0. A debian-10 Linux based image with CUDA 10.0 preinstalled. | 50 GB | 2021-11-08 |
common-cu100-debian-10 | common-cu100-v20211105-debian-10 | Google, Deep Learning Image: Base, m85 CUDA10.0. A debian-10 Linux based image with CUDA 10.0 preinstalled. | 50 GB | 2021-11-08 |
common-cu100 | common-cu100-v20211105 | Google, Deep Learning Image: Base, m85 CUDA10.0. A debian-10 Linux based image with CUDA 10.0 preinstalled. | 50 GB | 2021-11-08 |
common-cpu-ubuntu-2004 | common-cpu-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM (with Intel MKL), M91, Base For CPU (with Intel MKL), Deep Learning VM Image with Intel optimized NumPy, SciPy, and scikit-learn preinstalled. | 50 GB | 2022-03-17 |
common-cpu-ubuntu-1804 | common-cpu-v20211105-ubuntu-1804 | Google, Deep Learning Image: Base For CPU (with Intel(TM) MKL) m85. A ubuntu-1804-lts Linux based image with Intel (TM) optimized NumPy, SciPy, and scikit-learn preinstalled. | 50 GB | 2021-11-08 |
common-cpu-notebooks-ubuntu-2004 | common-cpu-notebooks-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Deep Learning VM (with Intel MKL), M91, Base For CPU (with Intel MKL), Deep Learning VM Image with Intel optimized NumPy, SciPy, and scikit-learn preinstalled. | 50 GB | 2022-03-17 |
common-cpu-notebooks-ubuntu-1804 | common-cpu-notebooks-v20211105-ubuntu-1804 | Google, Deep Learning Image: Base For CPU (with Intel(TM) MKL) m85. A ubuntu-1804-lts Linux based image with Intel (TM) optimized NumPy, SciPy, and scikit-learn preinstalled. | 50 GB | 2021-11-08 |
common-cpu-notebooks-debian-10 | common-cpu-notebooks-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM (with Intel MKL), M91, Base For CPU (with Intel MKL), Deep Learning VM Image with Intel optimized NumPy, SciPy, and scikit-learn preinstalled. | 50 GB | 2022-03-17 |
common-cpu-notebooks | common-cpu-notebooks-v20220316 | Google, Debian 10 based Deep Learning VM (with Intel MKL), M91, Base For CPU (with Intel MKL), Deep Learning VM Image with Intel optimized NumPy, SciPy, and scikit-learn preinstalled. | 50 GB | 2022-03-17 |
common-cpu-debian-10 | common-cpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM (with Intel MKL), M91, Base For CPU (with Intel MKL), Deep Learning VM Image with Intel optimized NumPy, SciPy, and scikit-learn preinstalled. | 50 GB | 2022-03-17 |
common-cpu | common-cpu-v20220316 | Google, Debian 10 based Deep Learning VM (with Intel MKL), M91, Base For CPU (with Intel MKL), Deep Learning VM Image with Intel optimized NumPy, SciPy, and scikit-learn preinstalled. | 50 GB | 2022-03-17 |
common-container-ubuntu-2004 | common-container-experimental-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Container Base Deep Learning VM, M91, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 50 GB | 2022-03-17 |
common-container-ubuntu-1804 | common-container-experimental-v20211105-ubuntu-1804 | Google, Deep Learning Image: Container Base m85, A ubuntu-1804-lts Linux based image with Docker and NVIDIA-Docker support for custom containers with Deep Learning Image integration. | 50 GB | 2021-11-08 |
common-container-notebooks-ubuntu-2004 | common-container-experimental-notebooks-v20220316-ubuntu-2004 | Google, Ubuntu 20.04 LTS based Container Base Deep Learning VM, M91, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 50 GB | 2022-03-17 |
common-container-notebooks-ubuntu-1804 | common-container-experimental-notebooks-v20211105-ubuntu-1804 | Google, Deep Learning Image: Container Base m85, A ubuntu-1804-lts Linux based image with Docker and NVIDIA-Docker support for custom containers with Deep Learning Image integration. | 50 GB | 2021-11-08 |
common-container-notebooks-debian-10 | common-container-experimental-notebooks-v20220316-debian-10 | Google, Debian 10 based Container Base Deep Learning VM, M91, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 50 GB | 2022-03-17 |
common-container-notebooks | common-container-experimental-notebooks-v20220316 | Google, Debian 10 based Container Base Deep Learning VM, M91, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 50 GB | 2022-03-17 |
common-container-debian-10 | common-container-experimental-v20220316-debian-10 | Google, Debian 10 based Container Base Deep Learning VM, M91, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 50 GB | 2022-03-17 |
common-container | common-container-experimental-v20220316 | Google, Debian 10 based Container Base Deep Learning VM, M91, Deep Learning VM Image with Docker and NVIDIA-Docker support for custom containers with Deep Learning VM integration. | 50 GB | 2022-03-17 |
common-cpu-v20210605-debian-10-mayo | - | 50 GB | 2021-06-07 |
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-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-36-20220505-2-0-gcp-x86-64 | Fedora, Fedora CoreOS testing, 36.20220505.2.0, x86_64 published on 2022-05-07 | 10 GB | 2022-05-07 |
fedora-coreos-stable | fedora-coreos-35-20220424-3-0-gcp-x86-64 | Fedora, Fedora CoreOS stable, 35.20220424.3.0, x86_64 published on 2022-05-06 | 10 GB | 2022-05-06 |
fedora-coreos-next | fedora-coreos-36-20220507-1-0-gcp-x86-64 | Fedora, Fedora CoreOS next, 36.20220507.1.0, x86_64 published on 2022-05-09 | 10 GB | 2022-05-09 |
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-v20220512 | - | 22 GB | 2022-05-12 |
freebsd-13-1-snap | freebsd-13-1-prerelease-amd64-v20220303 | - | 22 GB | 2022-03-02 |
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-3-snap | freebsd-12-3-stable-amd64-v20220512 | - | 22 GB | 2022-05-12 |
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-v20220512 | Google, Debian GNU/Linux, 10 Buster + PyTorch/XLA, A Debian linux image with PyTorch/XLA pre-installed and optimized for Cloud TPUs. | 100 GB | 2022-05-12 |
tf-nightly | debian-10-tf-nightly-v20220512 | 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 | 2022-05-12 |
tf-2-9-0 | debian-10-tf-2-9-0-v20220505 | 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-05 |
tf-2-8-tpu-debian-10 | c1-deeplearning-tf-2-8-tpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8, M91, TensorFlow Enterprise 2.8 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.8 preinstalled. | 50 GB | 2022-03-17 |
tf-2-8-gpu-debian-10 | c1-deeplearning-tf-2-8-cu113-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.8 with CUDA 11.3, M91, 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 | 2022-03-17 |
tf-2-8-0 | debian-10-tf-2-8-0-v20220202 | Google, Debian GNU/Linux, 10 Buster + TF 2-8-0, A Debian linux image with Tensorflow Version 2-8-0 pre-installed and optimized for Cloud TPUs. | 10 GB | 2022-02-02 |
tf-2-7-tpu-debian-10 | c1-deeplearning-tf-2-7-tpu-v20211219-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7, M88, TensorFlow Enterprise 2.7 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.7 preinstalled. | 50 GB | 2021-12-20 |
tf-2-7-gpu-debian-10 | c1-deeplearning-tf-2-7-cu113-v20211219-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.7 with CUDA 11.3, M88, TensorFlow Enterprise 2.7 with CUDA 11.3, Deep Learning VM Image with TensorFlow Enterprise 2.7 for CUDA 11.3 with Intel MKL-DNN preinstalled. | 50 GB | 2021-12-20 |
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-7-0 | debian-10-tf-2-7-0-v20211118 | Google, Debian GNU/Linux, 10 Buster + TF 2-7-0, A Debian linux image with Tensorflow Version 2-7-0 pre-installed and optimized for Cloud TPUs. | 10 GB | 2021-11-18 |
tf-2-6-tpu-debian-10 | c1-deeplearning-tf-2-6-tpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6, M91, TensorFlow Enterprise 2.6 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.6 preinstalled. | 50 GB | 2022-03-17 |
tf-2-6-gpu-debian-10 | c1-deeplearning-tf-2-6-cu110-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.6 with CUDA 11.0, M91, 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 | 2022-03-17 |
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-6-2 | debian-10-tf-2-6-2-v20211202 | Google, Debian GNU/Linux, 10 Buster + TF 2-6-2, A Debian linux image with Tensorflow Version 2-6-2 pre-installed and optimized for Cloud TPUs. | 10 GB | 2021-12-02 |
tf-2-6-0 | debian-10-tf-2-6-0-v20210811 | Google, Debian GNU/Linux, 10 Buster + TF 2-6-0, A Debian linux image with Tensorflow Version 2-6-0 pre-installed and optimized for Cloud TPUs. | 10 GB | 2021-08-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-5-2 | debian-10-tf-2-5-2-v20211118 | Google, Debian GNU/Linux, 10 Buster + TF 2-5-2, A Debian linux image with Tensorflow Version 2-5-2 pre-installed and optimized for Cloud TPUs. | 10 GB | 2021-11-18 |
tf-2-5-1 | debian-10-tf-2-5-1-v20210818 | Google, Debian GNU/Linux, 10 Buster + TF 2-5-1, A Debian linux image with Tensorflow Version 2-5-1 pre-installed and optimized for Cloud TPUs. | 10 GB | 2021-08-18 |
tf-2-5-0 | debian-10-tf-2-5-0-v20210604 | Google, Debian GNU/Linux, 10 Buster + TF 2-5-0, A Debian linux image with Tensorflow Version 2-5-0 pre-installed and optimized for Cloud TPUs. | 10 GB | 2021-06-04 |
tf-2-4-4 | debian-10-tf-2-4-4-v20211118 | Google, Debian GNU/Linux, 10 Buster + TF 2-4-4, A Debian linux image with Tensorflow Version 2-4-4 pre-installed and optimized for Cloud TPUs. | 10 GB | 2021-11-18 |
tf-2-4-3 | debian-10-tf-2-4-3-v20210818 | Google, Debian GNU/Linux, 10 Buster + TF 2-4-3, A Debian linux image with Tensorflow Version 2-4-3 pre-installed and optimized for Cloud TPUs. | 10 GB | 2021-08-18 |
tf-2-4-2 | debian-10-tf-2-4-2-v20210616 | Google, Debian GNU/Linux, 10 Buster + TF 2-4-2, A Debian linux image with Tensorflow Version 2-4-2 pre-installed and optimized for Cloud TPUs. | 10 GB | 2021-06-16 |
tf-2-3-tpu-debian-10 | c1-deeplearning-tf-2-3-tpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3, M91, TensorFlow Enterprise 2.3 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.3 preinstalled. | 50 GB | 2022-03-17 |
tf-2-3-gpu-debian-10 | c1-deeplearning-tf-2-3-cu110-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.3 with CUDA 11.0, M91, Deep Learning VM Image with TensorFlow Enterprise 2.3 for CUDA 11.0 with Intel MKL-DNN preinstalled. | 50 GB | 2022-03-17 |
tf-2-3-4 | debian-10-tf-2-3-4-v20210818 | Google, Debian GNU/Linux, 10 Buster + TF 2-3-4, A Debian linux image with Tensorflow Version 2-3-4 pre-installed and optimized for Cloud TPUs. | 10 GB | 2021-08-18 |
tf-2-3-3 | debian-10-tf-2-3-3-v20210616 | Google, Debian GNU/Linux, 10 Buster + TF 2-3-3, A Debian linux image with Tensorflow Version 2-3-3 pre-installed and optimized for Cloud TPUs. | 10 GB | 2021-06-16 |
tf-2-2-3 | debian-10-tf-2-2-3-v20210616 | Google, Debian GNU/Linux, 10 Buster + TF 2-2-3, A Debian linux image with Tensorflow Version 2-2-3 pre-installed and optimized for Cloud TPUs. | 10 GB | 2021-06-16 |
tf-2-1-tpu-debian-10 | c1-deeplearning-tf-2-1-tpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1, M91, TensorFlow Enterprise 2.1 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 2.1 preinstalled. | 50 GB | 2022-03-17 |
tf-2-1-gpu-debian-10 | c1-deeplearning-tf-2-1-cu110-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 2.1 with CUDA 11.0, M91, 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 | 2022-03-17 |
tf-2-1-4 | debian-10-tf-2-1-4-v20210617 | Google, Debian GNU/Linux, 10 Buster + TF 2-1-4, A Debian linux image with Tensorflow Version 2-1-4 pre-installed and optimized for Cloud TPUs. | 10 GB | 2021-06-17 |
tf-1-15-tpu-debian-10 | c1-deeplearning-tf-1-15-tpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15, M91, TensorFlow Enterprise 1.15 TPU/CPU, Deep Learning VM Image with TensorFlow Enterprise 1.15 preinstalled. | 50 GB | 2022-03-17 |
tf-1-15-gpu-debian-10 | c1-deeplearning-tf-1-15-cu110-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for TensorFlow Enterprise 1.15 with CUDA 11.0, M91, 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-03-17 |
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-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM for PyTorch CPU/GPU with CUDA 11.3, M91, Deep Learning VM Image with PyTorch 1.11 and fast.ai preinstalled. | 50 GB | 2022-03-18 |
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-dl-gpu-debian-10 | c0-deeplearning-common-cu113-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM with CUDA 11.3, M91, Base CUDA 11.3, Deep Learning VM Image with CUDA 11.3 preinstalled. | 50 GB | 2022-03-17 |
common-cpu-debian-10 | c0-deeplearning-common-cpu-v20220316-debian-10 | Google, Debian 10 based Deep Learning VM (with Intel MKL), M91, Base For CPU (with Intel MKL), Deep Learning VM Image with Intel optimized NumPy, SciPy, and scikit-learn preinstalled. | 50 GB | 2022-03-17 |
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 | opensuse-leap-15-3-v20220429-x86-64 | openSUSE, openSUSE Leap, 15.3 x86_64 built on 20220429, supports Shielded VM features | 10 GB | 2022-04-28 |
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-8 | rhel-8-v20220406 | Red Hat, Red Hat Enterprise Linux, 8, x86_64 built on 20220406, supports Shielded VM features | 20 GB | 2022-04-06 |
rhel-7 | rhel-7-v20220406 | Red Hat, Red Hat Enterprise Linux, 7, x86_64 built on 20220406, supports Shielded VM features | 20 GB | 2022-04-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-4-sap-ha | rhel-8-4-sap-v20220406 | Red Hat, Red Hat Enterprise Linux for SAP with HA and Update Services, 8.4, x86_64 built on 20220406, supports Shielded VM features | 20 GB | 2022-04-06 |
rhel-8-2-sap-ha | rhel-8-2-sap-v20220406 | Red Hat, Red Hat Enterprise Linux for SAP with HA and Update Services, 8.2, x86_64 built on 20220406, supports Shielded VM features | 20 GB | 2022-04-06 |
rhel-8-1-sap-ha | rhel-8-1-sap-v20220406 | Red Hat, Red Hat Enterprise Linux for SAP with HA and Update Services, 8.1, x86_64 built on 20220406, supports Shielded VM features | 20 GB | 2022-04-06 |
rhel-7-9-sap-ha | rhel-7-9-sap-v20220406 | Red Hat, Red Hat Enterprise Linux for SAP with HA, 7.9, x86_64 built on 20220406, supports Shielded VM features | 20 GB | 2022-04-06 |
rhel-7-7-sap-ha | rhel-7-7-sap-v20220406 | Red Hat, Red Hat Enterprise Linux for SAP with HA and Update Services, 7.7, x86_64 built on 20220406, supports Shielded VM features | 20 GB | 2022-04-06 |
rhel-7-6-sap-ha | rhel-7-6-sap-v20220406 | Red Hat, Red Hat Enterprise Linux for SAP with HA and Update Services, 7.6, x86_64 built on 20220406, supports Shielded VM features | 20 GB | 2022-04-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-8 | rocky-linux-8-v20220406 | Rocky Linux, Rocky Linux, 8, x86_64 built on 20220406 | 20 GB | 2022-04-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 | sles-15-sp3-v20220223 | SUSE, SUSE Linux Enterprise Server 15 SP3, x86_64, built on 20220223, supports Shielded VM features | 10 GB | 2022-02-23 |
sles-12 | sles-12-sp5-v20220427-x86-64 | SUSE, SUSE Linux Enterprise Server 12 SP5, x86_64, built on 20220427, supports Shielded VM features | 10 GB | 2022-04-27 |
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-sp3-sap | sles-15-sp3-sap-v20220223 | SUSE, SUSE Linux Enterprise Server 15 SP3 for SAP, x86_64, built on 20220223, supports Shielded VM features | 10 GB | 2022-02-23 |
sles-15-sp2-sap | sles-15-sp2-sap-v20220126 | SUSE, SUSE Linux Enterprise Server 15 SP2 for SAP, x86_64, built on 20220126, supports Shielded VM features | 10 GB | 2022-01-26 |
sles-15-sp1-sap | sles-15-sp1-sap-v20220126 | SUSE, SUSE Linux Enterprise Server 15 SP1 for SAP, x86_64, built on 20220126, supports Shielded VM features | 10 GB | 2022-01-26 |
sles-15-sap | sles-15-sap-v20220126 | SUSE, SUSE Linux Enterprise Server 15 for SAP, x86_64, built on 20220126, supports Shielded VM features | 10 GB | 2022-01-26 |
sles-12-sp5-sap | sles-12-sp5-sap-v20220427-x86-64 | SUSE, SUSE Linux Enterprise Server 12 SP5 for SAP, x86_64, built on 20220427, supports Shielded VM features | 10 GB | 2022-04-27 |
sles-12-sp4-sap | sles-12-sp4-sap-v20220201 | SUSE, SUSE Linux Enterprise Server 12 SP4 for SAP, x86_64, built on 20220201, supports Shielded VM features | 10 GB | 2022-02-01 |
sles-12-sp3-sap | sles-12-sp3-sap-v20220201 | SUSE, SUSE Linux Enterprise Server 12 SP3 for SAP, x86_64, built on 20220201 | 10 GB | 2022-02-01 |
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-2204-lts | ubuntu-minimal-2204-jammy-v20220506a | Canonical, Ubuntu, 22.04 LTS Minimal, amd64 jammy minimal image built on 2022-05-06, supports Shielded VM features | 10 GB | 2022-05-06 |
ubuntu-minimal-2110 | ubuntu-minimal-2110-impish-v20220505 | Canonical, Ubuntu, 21.10 Minimal, amd64 impish minimal image built on 2022-05-05, supports Shielded VM features | 10 GB | 2022-05-05 |
ubuntu-minimal-2004-lts | ubuntu-minimal-2004-focal-v20220419a | Canonical, Ubuntu, 20.04 LTS Minimal, amd64 focal minimal image built on 2022-04-19, supports Shielded VM features | 10 GB | 2022-04-19 |
ubuntu-minimal-1804-lts | ubuntu-minimal-1804-bionic-v20220511 | Canonical, Ubuntu, 18.04 LTS Minimal, amd64 bionic minimal image built on 2022-05-11, supports Shielded VM features | 10 GB | 2022-05-11 |
ubuntu-2204-lts | ubuntu-2204-jammy-v20220506 | Canonical, Ubuntu, 22.04 LTS, amd64 jammy image built on 2022-05-06, supports Shielded VM features | 10 GB | 2022-05-06 |
ubuntu-2110 | ubuntu-2110-impish-v20220505 | Canonical, Ubuntu, 21.10, amd64 impish image built on 2022-05-05, supports Shielded VM features | 10 GB | 2022-05-05 |
ubuntu-2004-lts | ubuntu-2004-focal-v20220419 | Canonical, Ubuntu, 20.04 LTS, amd64 focal image built on 2022-04-19, supports Shielded VM features | 10 GB | 2022-04-19 |
ubuntu-1804-lts | ubuntu-1804-bionic-v20220505 | Canonical, Ubuntu, 18.04 LTS, amd64 bionic image built on 2022-05-05, supports Shielded VM features | 10 GB | 2022-05-05 |
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-v20220411b | Canonical, Ubuntu, 20.04 LTS Pro FIPS Server, amd64 focal pro fips server image built on 2022-04-11, supports Shielded VM features | 10 GB | 2022-04-11 |
ubuntu-pro-fips-1804-lts | ubuntu-pro-fips-1804-bionic-v20220411a | Canonical, Ubuntu, 18.04 LTS Pro FIPS Server, amd64 bionic pro fips server image built on 2022-04-11, supports Shielded VM features | 10 GB | 2022-04-12 |
ubuntu-pro-2204-lts | ubuntu-pro-2204-jammy-v20220506 | Canonical, Ubuntu, 22.04 LTS Pro Server, amd64 jammy pro server image built on 2022-05-06, supports Shielded VM features | 10 GB | 2022-05-06 |
ubuntu-pro-2004-lts | ubuntu-pro-2004-focal-v20220426 | Canonical, Ubuntu, 20.04 LTS Pro Server, amd64 focal pro server image built on 2022-04-26, supports Shielded VM features | 10 GB | 2022-04-26 |
ubuntu-pro-1804-lts | ubuntu-pro-1804-bionic-v20220510 | Canonical, Ubuntu, 18.04 LTS Pro Server, amd64 bionic pro server image built on 2022-05-10, supports Shielded VM features | 10 GB | 2022-05-10 |
ubuntu-pro-1604-lts | ubuntu-pro-1604-xenial-v20211213 | Canonical, Ubuntu, 16.04 LTS Pro Server, amd64 xenial pro server image built on 2021-12-13, supports Shielded VM features | 10 GB | 2021-12-13 |
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-20h2-core | windows-server-20h2-dc-core-v20220414 | Microsoft, Windows Server, version 20H2 Datacenter Core, Server Core, x64 built on 20220414, supports Shielded VM features | 40 GB | 2022-04-14 |
windows-2022-core | windows-server-2022-dc-core-v20220414 | Microsoft, Windows Server, 2022 Datacenter Core, Server Core, x64 built on 20220414, supports Shielded VM features | 40 GB | 2022-04-14 |
windows-2022 | windows-server-2022-dc-v20220414 | Microsoft, Windows Server, 2022 Datacenter, Server with Desktop Experience, x64 built on 20220414, supports Shielded VM features | 50 GB | 2022-04-14 |
windows-2019-for-containers | windows-server-2019-dc-for-containers-v20220414 | Microsoft, Windows Server, 2019 Datacenter for Containers, x64 built on 20220414, supports Shielded VM features | 50 GB | 2022-04-14 |
windows-2019-core-for-containers | windows-server-2019-dc-core-for-containers-v20220414 | Microsoft, Windows Server, 2019 Datacenter Core for Containers, Server Core, x64 built on 20220414, supports Shielded VM features | 32 GB | 2022-04-14 |
windows-2019-core | windows-server-2019-dc-core-v20220414 | Microsoft, Windows Server, 2019 Datacenter Core, Server Core, x64 built on 20220414, supports Shielded VM features | 32 GB | 2022-04-14 |
windows-2019 | windows-server-2019-dc-v20220414 | Microsoft, Windows Server, 2019 Datacenter, Server with Desktop Experience, x64 built on 20220414, supports Shielded VM features | 50 GB | 2022-04-14 |
windows-2016-core | windows-server-2016-dc-core-v20220414 | Microsoft, Windows Server, 2016 Datacenter Core, Server Core, x64 built on 20220414, supports Shielded VM features | 32 GB | 2022-04-14 |
windows-2016 | windows-server-2016-dc-v20220414 | Microsoft, Windows Server, 2016 Datacenter, Server with Desktop Experience, x64 built on 20220414, supports Shielded VM features | 50 GB | 2022-04-14 |
windows-2012-r2-core | windows-server-2012-r2-dc-core-v20220414 | Microsoft, Windows Server, 2012 R2 Datacenter Core, Server Core, x64 built on 20220414, supports Shielded VM features | 32 GB | 2022-04-14 |
windows-2012-r2 | windows-server-2012-r2-dc-v20220414 | Microsoft, Windows Server, 2012 R2 Datacenter, Server with Desktop Experience, x64 built on 20220414, supports Shielded VM features | 50 GB | 2022-04-14 |
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-2019-win-2022 | sql-2019-web-windows-2022-dc-v20220418 | Microsoft, SQL Server 2019 Web, on Windows Server 2022 Datacenter, x64 built on 20220418, supports Shielded VM features | 50 GB | 2022-04-18 |
sql-web-2019-win-2019 | sql-2019-web-windows-2019-dc-v20220418 | Microsoft, SQL Server 2019 Web, on Windows Server 2019 Datacenter, x64 built on 20220418, supports Shielded VM features | 50 GB | 2022-04-18 |
sql-web-2017-win-2022 | sql-2017-web-windows-2022-dc-v20220504 | Microsoft, SQL Server 2017 Web, on Windows Server 2022 Datacenter, x64 built on 20220504, supports Shielded VM features | 50 GB | 2022-05-04 |
sql-web-2017-win-2019 | sql-2017-web-windows-2019-dc-v20220504 | Microsoft, SQL Server 2017 Web, on Windows Server 2019 Datacenter, x64 built on 20220504, supports Shielded VM features | 50 GB | 2022-05-04 |
sql-web-2017-win-2016 | sql-2017-web-windows-2016-dc-v20220504 | Microsoft, SQL Server 2017 Web, on Windows Server 2016 Datacenter, x64 built on 20220504, supports Shielded VM features | 50 GB | 2022-05-04 |
sql-web-2016-win-2019 | sql-2016-web-windows-2019-dc-v20220415 | Microsoft, SQL Server 2016 Web, on Windows Server 2019 Datacenter, x64 built on 20220415, supports Shielded VM features | 50 GB | 2022-04-15 |
sql-web-2016-win-2016 | sql-2016-web-windows-2016-dc-v20220415 | Microsoft, SQL Server 2016 Web, on Windows Server 2016 Datacenter, x64 built on 20220415, supports Shielded VM features | 50 GB | 2022-04-15 |
sql-web-2016-win-2012-r2 | sql-2016-web-windows-2012-r2-dc-v20220415 | Microsoft, SQL Server 2016 Web, on Windows Server 2012 R2 Datacenter, x64 built on 20220415, supports Shielded VM features | 50 GB | 2022-04-15 |
sql-web-2014-win-2012-r2 | sql-2014-web-windows-2012-r2-dc-v20220415 | Microsoft, SQL Server 2014 Web, on Windows Server 2012 R2 Datacenter, x64 built on 20220415, supports Shielded VM features | 50 GB | 2022-04-15 |
sql-web-2012-win-2012-r2 | sql-2012-web-windows-2012-r2-dc-v20220415 | Microsoft, SQL Server 2012 Web, on Windows Server 2012 R2 Datacenter, x64 built on 20220415, supports Shielded VM features | 50 GB | 2022-04-15 |
sql-std-2019-win-2022 | sql-2019-standard-windows-2022-dc-v20220418 | Microsoft, SQL Server 2019 Standard, on Windows Server 2022 Datacenter, x64 built on 20220418, supports Shielded VM features | 50 GB | 2022-04-18 |
sql-std-2019-win-2019 | sql-2019-standard-windows-2019-dc-v20220418 | Microsoft, SQL Server 2019 Standard, on Windows Server 2019 Datacenter, x64 built on 20220418, supports Shielded VM features | 50 GB | 2022-04-18 |
sql-std-2017-win-2022 | sql-2017-standard-windows-2022-dc-v20220418 | Microsoft, SQL Server 2017 Standard, on Windows Server 2022 Datacenter, x64 built on 20220418, supports Shielded VM features | 50 GB | 2022-04-18 |
sql-std-2017-win-2019 | sql-2017-standard-windows-2019-dc-v20220418 | Microsoft, SQL Server 2017 Standard, on Windows Server 2019 Datacenter, x64 built on 20220418, supports Shielded VM features | 50 GB | 2022-04-18 |
sql-std-2017-win-2016 | sql-2017-standard-windows-2016-dc-v20220415 | Microsoft, SQL Server 2017 Standard, on Windows Server 2016 Datacenter, x64 built on 20220415, supports Shielded VM features | 50 GB | 2022-04-18 |
sql-std-2016-win-2019 | sql-2016-standard-windows-2019-dc-v20220415 | Microsoft, SQL Server 2016 Standard, on Windows Server 2019 Datacenter, x64 built on 20220415, supports Shielded VM features | 50 GB | 2022-04-15 |
sql-std-2016-win-2016 | sql-2016-standard-windows-2016-dc-v20220415 | Microsoft, SQL Server 2016 Standard, on Windows Server 2016 Datacenter, x64 built on 20220415, supports Shielded VM features | 50 GB | 2022-04-15 |
sql-std-2016-win-2012-r2 | sql-2016-standard-windows-2012-r2-dc-v20220415 | Microsoft, SQL Server 2016 Standard, on Windows Server 2012 R2 Datacenter, x64 built on 20220415, supports Shielded VM features | 50 GB | 2022-04-15 |
sql-std-2014-win-2012-r2 | sql-2014-standard-windows-2012-r2-dc-v20220415 | Microsoft, SQL Server 2014 Standard, on Windows Server 2012 R2 Datacenter, x64 built on 20220415, supports Shielded VM features | 50 GB | 2022-04-15 |
sql-std-2012-win-2012-r2 | sql-2012-standard-windows-2012-r2-dc-v20220415 | Microsoft, SQL Server 2012 Standard, on Windows Server 2012 R2 Datacenter, x64 built on 20220415, supports Shielded VM features | 50 GB | 2022-04-15 |
sql-exp-2017-win-2019 | sql-2017-express-windows-2019-dc-v20220415 | Microsoft, SQL Server 2017 Express, on Windows Server 2019 Datacenter, x64 built on 20220415, supports Shielded VM features | 50 GB | 2022-04-18 |
sql-exp-2017-win-2016 | sql-2017-express-windows-2016-dc-v20220415 | Microsoft, SQL Server 2017 Express, on Windows Server 2016 Datacenter, x64 built on 20220415, supports Shielded VM features | 50 GB | 2022-04-18 |
sql-exp-2017-win-2012-r2 | sql-2017-express-windows-2012-r2-dc-v20220415 | Microsoft, SQL Server 2017 Express, on Windows Server 2012 R2 Datacenter, x64 built on 20220415, supports Shielded VM features | 50 GB | 2022-04-18 |
sql-ent-2019-win-2022 | sql-2019-enterprise-windows-2022-dc-v20220418 | Microsoft, SQL Server 2019 Enterprise, on Windows Server 2022 Datacenter, x64 built on 20220418, supports Shielded VM features | 50 GB | 2022-04-18 |
sql-ent-2019-win-2019 | sql-2019-enterprise-windows-2019-dc-v20220418 | Microsoft, SQL Server 2019 Enterprise, on Windows Server 2019 Datacenter, x64 built on 20220418, supports Shielded VM features | 50 GB | 2022-04-18 |
sql-ent-2017-win-2022 | sql-2017-enterprise-windows-2022-dc-v20220415 | Microsoft, SQL Server 2017 Enterprise, on Windows Server 2022 Datacenter, x64 built on 20220415, supports Shielded VM features | 50 GB | 2022-04-18 |
sql-ent-2017-win-2019 | sql-2017-enterprise-windows-2019-dc-v20220415 | Microsoft, SQL Server 2017 Enterprise, on Windows Server 2019 Datacenter, x64 built on 20220415, supports Shielded VM features | 50 GB | 2022-04-18 |
sql-ent-2017-win-2016 | sql-2017-enterprise-windows-2016-dc-v20220418 | Microsoft, SQL Server 2017 Enterprise, on Windows Server 2016 Datacenter, x64 built on 20220418, supports Shielded VM features | 50 GB | 2022-04-18 |
sql-ent-2016-win-2019 | sql-2016-enterprise-windows-2019-dc-v20220415 | Microsoft, SQL Server 2016 Enterprise, on Windows Server 2019 Datacenter, x64 built on 20220415, supports Shielded VM features | 50 GB | 2022-04-15 |
sql-ent-2016-win-2016 | sql-2016-enterprise-windows-2016-dc-v20220415 | Microsoft, SQL Server 2016 Enterprise, on Windows Server 2016 Datacenter, x64 built on 20220415, supports Shielded VM features | 50 GB | 2022-04-15 |
sql-ent-2016-win-2012-r2 | sql-2016-enterprise-windows-2012-r2-dc-v20220415 | Microsoft, SQL Server 2016 Enterprise, on Windows Server 2012 R2 Datacenter, x64 built on 20220415, supports Shielded VM features | 50 GB | 2022-04-15 |
sql-ent-2014-win-2016 | sql-2014-enterprise-windows-2016-dc-v20220415 | Microsoft, SQL Server 2014 Enterprise, on Windows Server 2016 Datacenter, x64 built on 20220415, supports Shielded VM features | 50 GB | 2022-04-15 |
sql-ent-2014-win-2012-r2 | sql-2014-enterprise-windows-2012-r2-dc-v20220415 | Microsoft, SQL Server 2014 Enterprise, on Windows Server 2012 R2 Datacenter, x64 built on 20220415, supports Shielded VM features | 50 GB | 2022-04-15 |
sql-ent-2012-win-2012-r2 | sql-2012-enterprise-windows-2012-r2-dc-v20220415 | Microsoft, SQL Server 2012 Enterprise, on Windows Server 2012 R2 Datacenter, x64 built on 20220415, supports Shielded VM features | 50 GB | 2022-04-15 |
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'