Skip to content

Commit 4e9ce4b

Browse files
author
Miguel Varela Ramos
authored
Set --install-nvidia-plugin=false in eksctl (#1849)
1 parent 70c0fe6 commit 4e9ce4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manager/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ function create_eks() {
207207

208208
echo -e "○ spinning up the cluster (this will take about 25 minutes) ...\n"
209209
python generate_eks.py $CORTEX_CLUSTER_CONFIG_FILE > /workspace/eks.yaml
210-
eksctl create cluster --timeout=$EKSCTL_TIMEOUT --install-neuron-plugin=false -f /workspace/eks.yaml
210+
eksctl create cluster --timeout=$EKSCTL_TIMEOUT --install-neuron-plugin=false --install-nvidia-plugin=false -f /workspace/eks.yaml
211211
echo
212212

213213
suspend_az_rebalance

0 commit comments

Comments
 (0)