Skip to content

Commit

Permalink
workaround on setuptool installation
Browse files Browse the repository at this point in the history
Reference to conda issue ContinuumIO/anaconda-issues#542
  • Loading branch information
DavideBaroliUniLu committed Nov 10, 2016
1 parent d6e0160 commit 4e368a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile
Expand Up @@ -67,10 +67,10 @@ RUN conda info -a && \

RUN /bin/bash -c 'source activate test'
# The default sip version has api that is not compatible with qt4.
RUN curl https://bootstrap.pypa.io/ez_setup.py -o - | python
RUN conda install --yes numpy scipy matplotlib pip nose vtk sip=4.18
RUN pip install pip --upgrade
RUN conda install --yes -c https://conda.anaconda.org/dlr-sc pythonocc-core &&\
pip install setuptools --upgrade && \
pip install cython --upgrade &&\
pip install enum34 && \
pip install numpy-stl && \
Expand Down

0 comments on commit 4e368a7

Please sign in to comment.