Skip to content

Commit 6572c7b

Browse files
committed
Changed version of pip shipped in the packages
1 parent bbdee8c commit 6572c7b

File tree

7 files changed

+15
-5
lines changed

7 files changed

+15
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ branches:
1111
- master
1212

1313
install:
14-
- wget https://github.com/Ezetowers/MLC/releases/download/v0.0.1/mlc-python-ubuntu-14.04_0.6_amd64.deb
15-
- sudo dpkg -i mlc-python-ubuntu-14.04_0.6_amd64.deb
16-
- sudo /opt/mlc-python-2.7.11/bin/mlc_pip uninstall numpy -y
17-
- sudo /opt/mlc-python-2.7.11/bin/mlc_pip install numpy
14+
- wget https://github.com/Ezetowers/MLC/releases/download/v0.0.4/mlc-python-ubuntu-14.04_0.0.4_amd64.deb
15+
- sudo dpkg -i mlc-python-ubuntu-14.04_0.0.4_amd64.deb
1816

1917
script:
2018
- cd tests
21-
- ./run_unit_tests.sh
19+
- ./run_unit_tests.sh

tools/installer/Dockerfiles/centos7.dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ RUN wget -q https://pypi.python.org/packages/source/p/pip/pip-8.0.2.tar.gz#md5=3
9696
cd pip-8.0.2 && /opt/mlc-python-2.7.11/bin/mlc_python setup.py build && /opt/mlc-python-2.7.11/bin/mlc_python setup.py install && \
9797
rm -rf /tmp/pip-8.0.2*
9898

99+
RUN /opt/mlc-python-2.7.11/bin/mlc_pip install --upgrade pip
100+
99101
# Add PyQt5 Support
100102
RUN wget https://sourceforge.net/projects/pyqt/files/sip/sip-4.19/sip-4.19.tar.gz && \
101103
tar xzvf sip-4.19.tar.gz && \

tools/installer/Dockerfiles/debian8.dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ RUN wget -q https://pypi.python.org/packages/source/p/pip/pip-8.0.2.tar.gz#md5=3
121121
cd pip-8.0.2 && /opt/mlc-python-2.7.11/bin/mlc_python setup.py build && /opt/mlc-python-2.7.11/bin/mlc_python setup.py install && \
122122
rm -rf /tmp/pip-8.0.2*
123123

124+
RUN /opt/mlc-python-2.7.11/bin/mlc_pip install --upgrade pip
125+
124126
# Add PyQt5 Support
125127
RUN wget https://sourceforge.net/projects/pyqt/files/sip/sip-4.19/sip-4.19.tar.gz && \
126128
tar xzvf sip-4.19.tar.gz && \

tools/installer/Dockerfiles/fedora20.dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ RUN wget -q https://pypi.python.org/packages/source/p/pip/pip-8.0.2.tar.gz#md5=3
103103
cd pip-8.0.2 && /opt/mlc-python-2.7.11/bin/mlc_python setup.py build && /opt/mlc-python-2.7.11/bin/mlc_python setup.py install && \
104104
rm -rf /tmp/pip-8.0.2*
105105

106+
RUN /opt/mlc-python-2.7.11/bin/mlc_pip install --upgrade pip
107+
106108
# Add PyQt5 Support
107109
RUN wget https://sourceforge.net/projects/pyqt/files/sip/sip-4.19/sip-4.19.tar.gz && \
108110
tar xzvf sip-4.19.tar.gz && \

tools/installer/Dockerfiles/ubuntu1404.dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ RUN wget -q https://pypi.python.org/packages/source/p/pip/pip-8.0.2.tar.gz#md5=3
120120
cd pip-8.0.2 && /opt/mlc-python-2.7.11/bin/mlc_python setup.py build && /opt/mlc-python-2.7.11/bin/mlc_python setup.py install && \
121121
rm -rf /tmp/pip-8.0.2*
122122

123+
RUN /opt/mlc-python-2.7.11/bin/mlc_pip install --upgrade pip
124+
123125
# Add PyQt5 Support
124126
RUN wget https://sourceforge.net/projects/pyqt/files/sip/sip-4.19/sip-4.19.tar.gz && \
125127
tar xzvf sip-4.19.tar.gz && \

tools/installer/Dockerfiles/ubuntu1604.dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ RUN wget -q https://pypi.python.org/packages/source/p/pip/pip-8.0.2.tar.gz#md5=3
120120
cd pip-8.0.2 && /opt/mlc-python-2.7.11/bin/mlc_python setup.py build && /opt/mlc-python-2.7.11/bin/mlc_python setup.py install && \
121121
rm -rf /tmp/pip-8.0.2*
122122

123+
RUN /opt/mlc-python-2.7.11/bin/mlc_pip install --upgrade pip
124+
123125
# Add PyQt5 Support
124126
RUN wget https://sourceforge.net/projects/pyqt/files/sip/sip-4.19/sip-4.19.tar.gz && \
125127
tar xzvf sip-4.19.tar.gz && \

tools/installer/Dockerfiles/ubuntu1610.dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ RUN wget -q https://pypi.python.org/packages/source/p/pip/pip-8.0.2.tar.gz#md5=3
120120
cd pip-8.0.2 && /opt/mlc-python-2.7.11/bin/mlc_python setup.py build && /opt/mlc-python-2.7.11/bin/mlc_python setup.py install && \
121121
rm -rf /tmp/pip-8.0.2*
122122

123+
RUN /opt/mlc-python-2.7.11/bin/mlc_pip install --upgrade pip
124+
123125
# Add PyQt5 Support
124126
RUN wget https://sourceforge.net/projects/pyqt/files/sip/sip-4.19/sip-4.19.tar.gz && \
125127
tar xzvf sip-4.19.tar.gz && \

0 commit comments

Comments
 (0)