Skip to content

Commit

Permalink
Temporarily pin numpy to 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Hall committed Oct 19, 2017
1 parent a44c68c commit d32fda2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,10 @@ RUN pip install --upgrade mpld3 && \
# Required to display Altair charts in Jupyter notebook
jupyter nbextension install --user --py vega

# Temporary fix for Anaconda linking error
# See https://github.com/Kaggle/docker-python/issues/103
RUN conda install -f -y numpy==1.13.0

# Finally, apply any locally defined patches.
RUN /bin/bash -c \
"cd / && for p in $(ls /tmp/patches/*.patch); do echo '= Applying patch '\${p}; patch -p2 < \${p}; done"

0 comments on commit d32fda2

Please sign in to comment.