We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c48d83c + 9366868 commit d798e1eCopy full SHA for d798e1e
tensorflow_serving/tools/pip_package/build_pip_package.sh
@@ -72,10 +72,8 @@ function main() {
72
73
echo "Adding package setup files"
74
cp ${PIP_SRC_DIR}/setup.py "${TMPDIR}"
75
- cp LICENSE "${TMPDIR}"
76
77
pushd "${TMPDIR}"
78
- python3 -m pip install --upgrade wheel -q
79
echo $(date) : "=== Building wheel (CPU)"
80
python3 setup.py bdist_wheel --universal \
81
--project_name tensorflow-serving-api # >/dev/null
0 commit comments