Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bf366b6

Browse filesBrowse files
author
Jamie Hall
authored
Upgrade conda numpy to match pip
1 parent 29ff16c commit bf366b6
Copy full SHA for bf366b6

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Open diff view settings
Collapse file

‎Dockerfile‎

Copy file name to clipboardExpand all lines: Dockerfile
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ RUN apt-get update && \
172172
# MXNet
173173
pip install mxnet && \
174174
# h2o
175+
# Temporary sync of conda's numpy with pip's, needed to avoid an install error
176+
conda upgrade -y numpy && \
175177
# This requires python-software-properties and Java, which were installed above.
176178
cd /usr/local/src && mkdir h2o && cd h2o && \
177179
wget http://h2o-release.s3.amazonaws.com/h2o/latest_stable -O latest && \

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.