We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c0fe6 commit 4e9ce4bCopy full SHA for 4e9ce4b
manager/install.sh
@@ -207,7 +207,7 @@ function create_eks() {
207
208
echo -e "○ spinning up the cluster (this will take about 25 minutes) ...\n"
209
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
+ eksctl create cluster --timeout=$EKSCTL_TIMEOUT --install-neuron-plugin=false --install-nvidia-plugin=false -f /workspace/eks.yaml
211
echo
212
213
suspend_az_rebalance
0 commit comments