Quellcode durchsuchen

generates the package into /opt, this particular configuration generates tensorflow-1.8.0-cp36-cp36m-linux_x86_64.whl

tarfeef101 vor 5 Jahren
Ursprung
Commit
bb052a17cb
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. 5 0
      Dockerfile

+ 5 - 0
Dockerfile

@@ -99,3 +99,8 @@ RUN export PATH=$PATH:/root/bin && \
     cd /opt/tensorflow && \
     ./configure && \
     bazel build --config=opt --config=cuda tensorflow/tools/pip_package:build_pip_package
+
+RUN export PATH=$PATH:/root/bin && \
+    cd /opt/tensorflow && \
+    ./bazel-bin/tensorflow/tools/pip_package/build_pip_package /opt && \
+    ls /opt