Numpy gets upgraded after scikit-learn is installed.
Make sure scikit-learn is compatible with currently installed numpy, by reinstalling Refs #56 Refs #53
This commit is contained in:
parent
c9a98f6ae5
commit
2f0be5a27f
@ -145,6 +145,9 @@ RUN cd / && \
|
||||
cd /crankshaft && \
|
||||
git checkout $CRANKSHAFT_VERSION && \
|
||||
make install && \
|
||||
# Numpy gets upgraded after scikit-learn is installed
|
||||
# make sure scikit-learn is compatible with currently installed numpy, by reinstalling
|
||||
pip install --force-reinstall --no-cache-dir scikit-learn==0.14.1 && \
|
||||
cd ..
|
||||
|
||||
# Initialize template postgis db
|
||||
|
Loading…
Reference in New Issue
Block a user