Skip to content

Commit

Permalink
upgrade python and conda to latest in tf whl
Browse files Browse the repository at this point in the history
  • Loading branch information
rosbo committed Jun 10, 2019
1 parent 9f1578c commit 7aec954
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tensorflow-whl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ln -s /usr/local/cuda-10.0 /usr/local/cuda && \
ln -s /usr/local/cuda/lib64/stubs/libcuda.so /usr/local/cuda/lib64/stubs/libcuda.so.1

# Install latest version of Python and conda.
RUN conda update -y conda && conda update -y python

# Tensorflow 1.13 requires bazel >= 0.19.2 & <= 0.21.0
ENV BAZEL_VERSION=0.21.0
RUN apt-get install -y gnupg zip openjdk-8-jdk && \
Expand Down

0 comments on commit 7aec954

Please sign in to comment.