Skip to content

Commit 44c2b3d

Browse files
updated dockerfile
1 parent ebe34cd commit 44c2b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/pytorch/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ else
301301
python setup.py bdist_wheel
302302
fi
303303
fi
304-
# pip_install_whl "$(echo dist/*.whl)"
304+
pip_install_whl "$(echo dist/*.whl)"
305305

306306
# # TODO: I'm not sure why, but somehow we lose verbose commands
307307
# set -x

0 commit comments

Comments
 (0)