|
@@ -99,3 +99,8 @@ RUN export PATH=$PATH:/root/bin && \
|
|
cd /opt/tensorflow && \
|
|
cd /opt/tensorflow && \
|
|
./configure && \
|
|
./configure && \
|
|
bazel build --config=opt --config=cuda tensorflow/tools/pip_package:build_pip_package
|
|
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
|