Skip to content

Commit

Permalink
Ensure mamba libs have lower priority than apt inatalled libs
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Feb 5, 2024
1 parent 1c502df commit 1d99739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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 @@ -10,7 +10,7 @@ build_common_main() {

build_common_do_mamba_install() {
$MAMBA_CREATE -n "$1" python="$2"
printf "/opt/micromamba/envs/%s/lib\n" "$1" >> /etc/ld.so.conf.d/micromamba.conf
printf "/opt/micromamba/envs/%s/lib\n" "$1" >> /etc/ld.so.conf.d/x86_64-linux-gnu.micromamba.80-python.conf
}

build_common_install_python() {
Expand Down

0 comments on commit 1d99739

Please sign in to comment.