Skip to content

Commit

Permalink
TF image family name set to latest (from 1.11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viacheslav Kovalevskyi authored Dec 17, 2018
1 parent d89c942 commit 637d8e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Practice/Deep Learning/gcp/create_instance_cpu.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

IMAGE_FAMILY="tf-1-11-cpu"
IMAGE_FAMILY="tf-latest-cpu"
ZONE="europe-west4-a"
INSTANCE_NAME="tp-isae-dev-cpu"

Expand All @@ -26,4 +26,4 @@ gcloud compute instances create ${INSTANCE_NAME} \
# --image-project=debian-cloud \
# --boot-disk-size=10GB \
# --boot-disk-type=pd-standard \
# --boot-disk-device-name=instance-1
# --boot-disk-device-name=instance-1

0 comments on commit 637d8e6

Please sign in to comment.