Commit cca50359 authored by hacker1024's avatar hacker1024
Browse files

python3Packages.tensorflow-bin: Explain wheel rename on Jetsons

parent cc47f003
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -107,6 +107,7 @@ buildPythonPackage {
    pushd dist

    for f in tensorflow-*+nv*.whl; do
      # e.g. *nv24.07* -> *nv24.7*
      mv "$f" "$(sed -E 's/(nv[0-9]+)\.0*([0-9]+)/\1.\2/' <<< "$f")"
    done