Skip to content

Commit

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

# TODO Install DAAL
#
# 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

#
# PPC64 specific - certain libs/whl don't support PPC64LE
Expand All @@ -157,13 +162,6 @@ 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 01ea739

Please sign in to comment.