Skip to content

Commit

Permalink
ENH: Reduce number of cores for GPU instance
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspermarstal committed Feb 26, 2017
1 parent 1c42966 commit d5b20f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google-cloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ fi
if [ $1="--create-gpu-instance" ]; then
gcloud beta compute instances create brainnet-gpu \
--zone europe-west1-b \
--machine-type n1-standard-4 \
--machine-type n1-highmem-2 \
--image-project ubuntu-os-cloud \
--image-family ubuntu-1604-lts \
--boot-disk-device-name=brainnet \
--boot-disk-device-name=brainnet-gpu \
--boot-disk-type=pd-standard \
--boot-disk-size=64GB \
--accelerator type=nvidia-tesla-k80,count=1 \
Expand Down

0 comments on commit d5b20f2

Please sign in to comment.