Skip to content

Commit 43219c0

Browse files
authored
Update post_install.sh adding no build isolation
1 parent dea1641 commit 43219c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/packaging/templates/post_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fi
3535
# install segment anything for segmentation
3636
# pip install git+https://github.com/facebookresearch/segment-anything.git
3737

38-
pip install --no-index ./silt
38+
pip install --no-index --no-build-isolation ./silt
3939

4040
if [ $? -eq 0 ]; then
4141
echo "pip installed silt successfully"

0 commit comments

Comments
 (0)