Skip to content

Commit

Permalink
tweak for transparent-background's dep
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Jan 7, 2025
1 parent b806793 commit 20b56f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
File renamed without changes.
7 changes: 6 additions & 1 deletion builder/stage1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@ $pip_exe install -r "$workdir"/pak5.txt
$pip_exe install -r "$workdir"/pak6.txt
$pip_exe install -r "$workdir"/pak7.txt
$pip_exe install -r "$workdir"/pak8.txt
$pip_exe install -r "$workdir"/pak9.txt

# Tweak for transparent-background. TODO: remove if upstream updated.
# https://github.com/plemeri/transparent-background/blob/f54975ce489af549dcfc4dc0a2d39e8f69a204fd/setup.py#L45
$pip_exe install --upgrade albucore albumentations

$pip_exe install -r "$workdir"/pakZ.txt

# Setup Python embeded, part 3/3
cd "$workdir"/python_embeded
Expand Down

0 comments on commit 20b56f7

Please sign in to comment.