Skip to content

Commit 28ab835

Browse files
author
Mike Kao
committed
remove lost+found
1 parent 2302e80 commit 28ab835

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/local-ai/templates/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ spec:
8787
mkdir -p "$LOCK_DIR"
8888
mkdir -p "/tmp/generated/images"
8989
mkdir -p "/tmp/generated/audio"
90+
rm -rf "/models/lost+found"
9091
9192
9293
echo "$URLS" | awk -F, '{for (i=1; i<=NF; i++) print $i}' | while read -r line; do

0 commit comments

Comments
 (0)