LoginSignup
0
0

More than 3 years have passed since last update.

Google Compute EngineのDeep Learningイメージをリストアップ

Posted at

https://cloud.google.com/deep-learning-vm/docs/images#specifying-version の通り。

--project deeplearning-platform-release を指定すると一覧が出てくる。

$ gcloud compute images list --project deeplearning-platform-release | grep common-cu
common-cu100-20190524                                 deeplearning-platform-release  common-cu100                                  READY
common-cu100-notebooks-20190524                       deeplearning-platform-release  common-cu100-notebooks                        READY
common-cu101-20190524                                 deeplearning-platform-release  common-cu101                                  READY
common-cu101-notebooks-20190524                       deeplearning-platform-release  common-cu101-notebooks                        READY
common-cu90-20190524                                  deeplearning-platform-release  common-cu90                                   READY
common-cu90-notebooks-20190524                        deeplearning-platform-release  common-cu90-notebooks                         READY
common-cu91-20190524                                  deeplearning-platform-release  common-cu91                                   READY
common-cu91-notebooks-20190524                        deeplearning-platform-release  common-cu91-notebooks                         READY
common-cu92-20190524                                  deeplearning-platform-release  common-cu92                                   READY
common-cu92-notebooks-20190524                        deeplearning-platform-release  common-cu92-notebooks                         READY
$ gcloud compute images describe-from-family common-cu100 --project deeplearning-platform-release
archiveSizeBytes: '302847411200'
creationTimestamp: '2019-05-24T13:12:09.865-07:00'
description: 'Google, Deep Learning Image: Base, m27 (with CUDA 10.0), A Debian based
  image with CUDA 10.0.'
diskSizeGb: '30'
family: common-cu100
guestOsFeatures:
- type: VIRTIO_SCSI_MULTIQUEUE
id: '940662732670496502'
kind: compute#image
labelFingerprint: 42WmSpB8rSM=
licenseCodes:
- '1000205'
- '5638175847114525401'
- '7418400316283250825'
licenses:
- https://www.googleapis.com/compute/v1/projects/debian-cloud/global/licenses/debian-9-stretch
- https://www.googleapis.com/compute/v1/projects/click-to-deploy-images/global/licenses/c2d-tensorflow
- https://www.googleapis.com/compute/v1/projects/click-to-deploy-images/global/licenses/c2d-dl-platform-cu92-common
name: common-cu100-20190524
rawDisk:
  containerType: TAR
  source: ''
selfLink: https://www.googleapis.com/compute/v1/projects/deeplearning-platform-release/global/images/common-cu100-20190524
sourceType: RAW
status: READY
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0