Skip to content

Commit

Permalink
remove early exit in gcp_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrildiagne committed Jan 3, 2020
1 parent 64c8939 commit 29caf7e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/gcp_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ export KUDA_GPU_MACHINE_TYPE="${KUDA_GPU_MACHINE_TYPE:-n1-standard-2}"
export KUDA_GPU_ACCELERATOR="${KUDA_GPU_ACCELERATOR:-nvidia-tesla-k80}"
export KUDA_USE_PREEMPTIBLE_GPU="${KUDA_USE_PREEMPTIBLE_GPU:-true}"

exit 0

# The Knative version supported by this version of Kuda.
# Changing it might lead to unexpected behaviors.
KNATIVE_VERSION=0.11.0
Expand Down

0 comments on commit 29caf7e

Please sign in to comment.