Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
q4w5e6 committed May 12, 2021
1 parent 14bdc34 commit 2647904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ RUN cd /tmp/tensorflow-${TENSORFLOW_VERSION} \
TF_NEED_MPI=0 \
bash configure
RUN cd /tmp/tensorflow-${TENSORFLOW_VERSION} \
&& bazel build -c opt --local_resources ${LOCAL_RESOURCES} //tensorflow/tools/pip_package:build_pip_package
&& bazel build --config=mkl -c opt --local_resources ${LOCAL_RESOURCES} --cxxopt="-D_GLIBCXX_USE_CXX11_ABI=0" //tensorflow/tools/pip_package:build_pip_package
ENV LOCAL_RESOURCES 7500,.5,1.0
RUN cd /tmp/tensorflow-${TENSORFLOW_VERSION} \
&& ./bazel-bin/tensorflow/tools/pip_package/build_pip_package /tmp/tensorflow_pkg
Expand Down

0 comments on commit 2647904

Please sign in to comment.