Skip to content

Commit 4c8faa6

Browse files
committed
Update Pandas to most recent version
1 parent 6c0de2f commit 4c8faa6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ FROM continuumio/anaconda3:latest
44
# as described by Lionel Chan at http://stackoverflow.com/a/37426929/5881346
55
RUN sed -i "s/httpredir.debian.org/debian.uchicago.edu/" /etc/apt/sources.list && \
66
apt-get update && apt-get install -y build-essential && \
7+
# Newer version of Pandas than comes with continuumio/anaconda3
8+
conda uninstall -y pandas && pip install pandas && \
79
cd /usr/local/src && \
810
# https://github.com/tensorflow/tensorflow/issues/64#issuecomment-155270240
911
# Why does this work, when `pip install tensorflow` fails? It is a mystery

0 commit comments

Comments
 (0)