Skip to content

Commit

Permalink
delete stale cache
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Feb 5, 2024
1 parent 5177282 commit 1c502df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/COPY_ROOT/opt/ai-dock/bin/build/layer0/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ source /opt/ai-dock/etc/environment.sh

build_common_main() {
build_common_install_python
ldconfig -p
rm /etc/ld.so.cache
ldconfig
}

build_common_do_mamba_install() {
Expand Down

0 comments on commit 1c502df

Please sign in to comment.