We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e97cb commit b076cedCopy full SHA for b076ced
hack/build-wheels.sh
@@ -43,7 +43,7 @@ _main() {
43
echo "---> Building MLServer wheel"
44
_buildWheel . $_outputPath
45
46
- for _runtime in "$ROOT_FOLDER/runtimes/"*; do
+ for _runtime in "$ROOT_FOLDER/runtimes/"*/; do
47
echo "---> Building MLServer runtime: '$_runtime'"
48
_buildWheel $_runtime $_outputPath
49
done
0 commit comments