We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f98e08 commit 0a4200dCopy full SHA for 0a4200d
python-tensorflow/Dockerfile.1.15-py36
@@ -64,9 +64,9 @@ RUN tensorflow/tools/ci_build/builds/configured CPU \
64
--cxxopt="-D_GLIBCXX_USE_CXX11_ABI=0" \
65
tensorflow/tools/pip_package:build_pip_package && \
66
bazel-bin/tensorflow/tools/pip_package/build_pip_package "${WHL_DIR}" && \
67
- python3 -m pip --no-cache-dir install --upgrade "${WHL_DIR}"/tensorflow-*.whl && \
68
- python3 -m pip --no-cache-dir install \
69
- tensorboard==1.14 && \
+ python3 -m pip --no-cache-dir install --upgrade "${WHL_DIR}"/tensorflow-*.whl
+RUN python3 -m pip --no-cache-dir install \
+ tensorboard==1.15 && \
70
rm -rf /root/.cache
71
# Clean up Bazel cache when done.
72
0 commit comments