Skip to content

Commit 0a4200d

Browse files
committed
Tensorflow 1.15 for CPU & MKL accel.
1 parent 0f98e08 commit 0a4200d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python-tensorflow/Dockerfile.1.15-py36

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ RUN tensorflow/tools/ci_build/builds/configured CPU \
6464
--cxxopt="-D_GLIBCXX_USE_CXX11_ABI=0" \
6565
tensorflow/tools/pip_package:build_pip_package && \
6666
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 && \
67+
python3 -m pip --no-cache-dir install --upgrade "${WHL_DIR}"/tensorflow-*.whl
68+
RUN python3 -m pip --no-cache-dir install \
69+
tensorboard==1.15 && \
7070
rm -rf /root/.cache
7171
# Clean up Bazel cache when done.
7272

0 commit comments

Comments
 (0)