Skip to content

Commit a814017

Browse files
authored
Update post_install.bat with no index and no build isolation
1 parent 43219c0 commit a814017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/packaging/templates/post_install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ REM pip install torch torchvision --index-url https://download.pytorch.org/whl/c
1717
REM call "%PREFIX%\download_sam_ckpt.bat"
1818
REM pip install git+https://github.com/facebookresearch/segment-anything.git
1919

20-
pip install ".\silt"
20+
pip install --no-index --no-build-isolation ".\silt"
2121

2222
IF %ERRORLEVEL% EQU 0 (
2323
echo pip installed silt successfully

0 commit comments

Comments
 (0)