Skip to content

Commit 2138a40

Browse files
author
Avanish Tiwari
committed
added sleep time for env to become stable
1 parent 9a9c42b commit 2138a40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ClouderaSetup/OnCloud/AWS/build/entrypoint/hol-functions.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,8 @@ provision_cai_inference() {
994994
# Step 2: Provision compute cluster, model registry and ai workbench in parallel
995995
provision_compute_cluster &
996996
pid_compute=$!
997-
997+
sleep 60
998+
998999
enable_model_registry &
9991000
pid_model=$!
10001001

0 commit comments

Comments
 (0)