Skip to content

Commit

Permalink
Merge pull request #545 from containers/mkdir
Browse files Browse the repository at this point in the history
Re-add mkdir -p
  • Loading branch information
ericcurtin authored Jan 7, 2025
2 parents 08ae682 + 110c1ed commit 98db977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container-images/scripts/build_llama_and_whisper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ clone_and_build_whisper_cpp() {
git submodule update --init --recursive
git reset --hard "$whisper_cpp_sha"
cmake_steps whisper_flags
mkdir -p "$install_prefix/bin"
cd ..
}

Expand Down

0 comments on commit 98db977

Please sign in to comment.