Skip to content

Commit

Permalink
Fix #10
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyril Diagne committed Oct 12, 2019
1 parent d983697 commit bc3dc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/providers/gcp/.config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export KUDA_GCP_MACHINE_TYPE="${KUDA_GCP_MACHINE_TYPE:-n1-standard-2}"

export KUDA_DEFAULT_POOL_NUM_NODES="${KUDA_DEFAULT_POOL_NUM_NODES:-1}"
export KUDA_DEFAULT_GPU="${KUDA_DEFAULT_GPU:-k80}"
export KUDA_DEFAULT_USE_PREEMPTIBLE="${KUDA_DEFAULT_USE_PREEMPTIBLE:-true}"
export KUDA_DEFAULT_USE_PREEMPTIBLE="${KUDA_DEFAULT_USE_PREEMPTIBLE:-false}"

export KUDA_DEV_APP_NAME="${KUDA_DEV_APP_NAME:-kuda-dev}"
export KUDA_DEV_APP_IMAGE_NAME="${KUDA_DEV_APP_IMAGE_NAME:-kuda-dev-base}"
Expand Down

0 comments on commit bc3dc8c

Please sign in to comment.