소스 검색

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

tarfeef101 5 년 전
부모
커밋
bb052a17cb
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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