Skip to content

Commit 84d747f

Browse files
committed
add: bootstrap.sh with correct permission
1 parent a1ea069 commit 84d747f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
BAI_MULTINODE_CONFIG_TF=$(/opt/backend.ai/bin/python /opt/container/setup_multinode.py)
3+
if [ -z "$BAI_MULTINODE_CONFIG_TF" ];
4+
then
5+
echo "";
6+
else
7+
echo ${BAI_MULTINODE_CONFIG_TF}
8+
export TF_CONFIG="${BAI_MULTINODE_CONFIG_TF}"
9+
fi

0 commit comments

Comments
 (0)