Skip to content

Commit

Permalink
Revert "Update Dockerfile-build"
Browse files Browse the repository at this point in the history
This reverts commit 01ea739.
  • Loading branch information
sh1ng committed Mar 18, 2020
1 parent 01ea739 commit b53f008
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Dockerfile-build
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,7 @@ RUN \
cd $HOME && \
rm -rf swig-3*

#
# Install Python requirements
#
RUN pip install -U pip==19.3.1

RUN pip install numpy==1.18.1 scipy==1.3.1 setuptools==45.0.0
# TODO Install DAAL

#
# PPC64 specific - certain libs/whl don't support PPC64LE
Expand All @@ -162,6 +157,13 @@ RUN bash -c 'if [ `arch` = "ppc64le" ]; then \
fi'


#
# Install Python requirements
#
RUN pip install -U pip==19.3.1

RUN pip install numpy==1.18.1 scipy==1.3.1 setuptools==45.0.0

COPY src/interface_py/requirements_buildonly.txt requirements_buildonly.txt

RUN pip install -r requirements_buildonly.txt
Expand Down

0 comments on commit b53f008

Please sign in to comment.