File tree Expand file tree Collapse file tree 7 files changed +15
-5
lines changed
tools/installer/Dockerfiles Expand file tree Collapse file tree 7 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,9 @@ branches:
1111 - master
1212
1313install :
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
1917script :
2018 - cd tests
21- - ./run_unit_tests.sh
19+ - ./run_unit_tests.sh
Original file line number Diff line number Diff 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
100102RUN wget https://sourceforge.net/projects/pyqt/files/sip/sip-4.19/sip-4.19.tar.gz && \
101103 tar xzvf sip-4.19.tar.gz && \
Original file line number Diff line number Diff 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
125127RUN wget https://sourceforge.net/projects/pyqt/files/sip/sip-4.19/sip-4.19.tar.gz && \
126128 tar xzvf sip-4.19.tar.gz && \
Original file line number Diff line number Diff 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
107109RUN wget https://sourceforge.net/projects/pyqt/files/sip/sip-4.19/sip-4.19.tar.gz && \
108110 tar xzvf sip-4.19.tar.gz && \
Original file line number Diff line number Diff 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
124126RUN wget https://sourceforge.net/projects/pyqt/files/sip/sip-4.19/sip-4.19.tar.gz && \
125127 tar xzvf sip-4.19.tar.gz && \
Original file line number Diff line number Diff 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
124126RUN wget https://sourceforge.net/projects/pyqt/files/sip/sip-4.19/sip-4.19.tar.gz && \
125127 tar xzvf sip-4.19.tar.gz && \
Original file line number Diff line number Diff 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
124126RUN wget https://sourceforge.net/projects/pyqt/files/sip/sip-4.19/sip-4.19.tar.gz && \
125127 tar xzvf sip-4.19.tar.gz && \
You can’t perform that action at this time.
0 commit comments