Skip to content

Commit

Permalink
Add sox for torchaudio
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Dec 18, 2023
1 parent 58723c8 commit 13a1d14
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions build/COPY_ROOT/opt/ai-dock/bin/build/layer0/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,3 @@
# Tidy up and keep image small
apt-get clean -y
micromamba clean -ay

# Remove build scripts
scripts_dir="/opt/ai-dock/bin/build/"

# Remove this layer's scripts
rm -rf ${scripts_dir}layer0

# Remove parent directory if this is the last build layer
if [[ $(ls -l ${scripts_dir} | grep -c ^d) -eq 0 ]]; then
rm -rf ${scripts_dir}
fi

0 comments on commit 13a1d14

Please sign in to comment.