aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/docker/Dockerfile.devel
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/docker/Dockerfile.devel')
-rw-r--r--tensorflow/tools/docker/Dockerfile.devel3
1 files changed, 2 insertions, 1 deletions
diff --git a/tensorflow/tools/docker/Dockerfile.devel b/tensorflow/tools/docker/Dockerfile.devel
index 85cf08a880..8cd6ee6f33 100644
--- a/tensorflow/tools/docker/Dockerfile.devel
+++ b/tensorflow/tools/docker/Dockerfile.devel
@@ -32,6 +32,7 @@ RUN pip --no-cache-dir install \
numpy \
scipy \
sklearn \
+ pandas \
&& \
python -m ipykernel.kernelspec
@@ -82,7 +83,7 @@ RUN mkdir /bazel && \
RUN git clone https://github.com/tensorflow/tensorflow.git && \
cd tensorflow && \
- git checkout r0.12
+ git checkout r1.0
WORKDIR /tensorflow
# TODO(craigcitro): Don't install the pip package, since it makes it