Skip to content

Commit e195d55

Browse files
committed
Inform user that installation might take a while
1 parent 25f8721 commit e195d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ current_hash=$(
6363
)
6464

6565
if [ ! -f "$packages_hash_file" ] || [ "$current_hash" != "$(cat $packages_hash_file)" ]; then
66-
echo "[entrypoint] Installing new python dependencies..."
66+
echo "[entrypoint] Installing new python dependencies, this might take a while..."
6767
reqs="-r requirements.txt"
6868
for req in custom_nodes/*/requirements.txt; do
6969
[ -f "$req" ] && reqs="$reqs -r $req"

0 commit comments

Comments
 (0)