Skip to content

Commit

Permalink
remove lost+found
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Kao committed Dec 22, 2023
1 parent 2302e80 commit 28ab835
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/local-ai/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ spec:
mkdir -p "$LOCK_DIR"
mkdir -p "/tmp/generated/images"
mkdir -p "/tmp/generated/audio"
rm -rf "/models/lost+found"
echo "$URLS" | awk -F, '{for (i=1; i<=NF; i++) print $i}' | while read -r line; do
Expand Down

0 comments on commit 28ab835

Please sign in to comment.