You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# For more information about the compilation of the Python: http://www.mathworks.com/help/matlab/matlab_external/system-requirements-for-matlab-engine-for-python.html?requestedDomain=www.mathworks.com
30
-
RUN wget -q https://www.python.org/ftp/python/2.7.11/Python-2.7.11.tar.xz && \
31
-
tar xJvf Python-2.7.11.tar.xz && \
32
-
cd Python-2.7.11 && ./configure --enable-shared --enable-unicode=ucs4 --prefix=/opt/mlc-python-3.6.2 && make && make install && \
33
-
rm -rf /tmp/Python-2.7.11*
30
+
RUN wget -q https://www.python.org/ftp/python/3.6.2/Python-3.6.2.tar.xz && \
31
+
tar xJvf Python-3.6.2.tar.xz && \
32
+
cd Python-3.6.2 && ./configure --enable-shared --enable-unicode=ucs4 --prefix=/opt/mlc-python-3.6.2 && make && make install && \
33
+
rm -rf /tmp/Python-3.6.2*
34
34
35
35
# Install Qt5.7
36
36
RUN git clone git://code.qt.io/qt/qtbase.git && \
@@ -82,7 +82,7 @@ RUN git clone git://code.qt.io/qt/qtstyleplugins.git && \
Copy file name to clipboardExpand all lines: tools/installer/Dockerfiles/debian8.dockerfile
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -50,12 +50,12 @@ RUN apt-get install cmake \
50
50
pkg-config \
51
51
-y
52
52
53
-
# Download python 2.7.11
53
+
# Download python 3.6.2
54
54
# For more information about the compilation of the Python: http://www.mathworks.com/help/matlab/matlab_external/system-requirements-for-matlab-engine-for-python.html?requestedDomain=www.mathworks.com
55
-
RUN wget -q https://www.python.org/ftp/python/2.7.11/Python-2.7.11.tar.xz && \
56
-
tar xJvf Python-2.7.11.tar.xz && \
57
-
cd Python-2.7.11 && ./configure --enable-shared --enable-unicode=ucs4 --prefix=/opt/mlc-python-3.6.2 && make && make install && \
58
-
rm -rf /tmp/Python-2.7.11*
55
+
RUN wget -q https://www.python.org/ftp/python/3.6.2/Python-3.6.2.tar.xz && \
56
+
tar xJvf Python-3.6.2.tar.xz && \
57
+
cd Python-3.6.2 && ./configure --enable-shared --enable-unicode=ucs4 --prefix=/opt/mlc-python-3.6.2 && make && make install && \
58
+
rm -rf /tmp/Python-3.6.2*
59
59
60
60
# Install Qt5.7
61
61
RUN git clone git://code.qt.io/qt/qtbase.git && \
@@ -108,7 +108,7 @@ RUN git clone git://code.qt.io/qt/qtstyleplugins.git && \
# cd openssl-1.1.0c && ./config && make && make install
34
34
35
-
# Download python 2.7.11
35
+
# Download python 3.6.2
36
36
# For more information about the compilation of the Python: http://www.mathworks.com/help/matlab/matlab_external/system-requirements-for-matlab-engine-for-python.html?requestedDomain=www.mathworks.com
37
-
RUN wget -q https://www.python.org/ftp/python/2.7.11/Python-2.7.11.tar.xz && \
38
-
tar xJvf Python-2.7.11.tar.xz && \
39
-
cd Python-2.7.11 && ./configure --enable-shared --enable-unicode=ucs4 --prefix=/opt/mlc-python-3.6.2 && make && make install && \
40
-
rm -rf /tmp/Python-2.7.11*
37
+
RUN wget -q https://www.python.org/ftp/python/3.6.2/Python-3.6.2.tar.xz && \
38
+
tar xJvf Python-3.6.2.tar.xz && \
39
+
cd Python-3.6.2 && ./configure --enable-shared --enable-unicode=ucs4 --prefix=/opt/mlc-python-3.6.2 && make && make install && \
40
+
rm -rf /tmp/Python-3.6.2*
41
41
42
42
# Install Qt5.7
43
43
RUN git clone git://code.qt.io/qt/qtbase.git && \
@@ -89,7 +89,7 @@ RUN git clone git://code.qt.io/qt/qtstyleplugins.git && \
Copy file name to clipboardExpand all lines: tools/installer/Dockerfiles/ubuntu1404.dockerfile
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -51,12 +51,12 @@ RUN apt-get install cmake \
51
51
pkg-config \
52
52
-y
53
53
54
-
# Download python 2.7.11
54
+
# Download python 3.6.2
55
55
# For more information about the compilation of the Python: http://www.mathworks.com/help/matlab/matlab_external/system-requirements-for-matlab-engine-for-python.html?requestedDomain=www.mathworks.com
56
-
RUN wget -q https://www.python.org/ftp/python/2.7.11/Python-2.7.11.tar.xz && \
57
-
tar xJvf Python-2.7.11.tar.xz && \
58
-
cd Python-2.7.11 && ./configure --enable-shared --enable-unicode=ucs4 --prefix=/opt/mlc-python-3.6.2 && make && make install && \
59
-
rm -rf /tmp/Python-2.7.11*
56
+
RUN wget -q https://www.python.org/ftp/python/3.6.2/Python-3.6.2.tar.xz && \
57
+
tar xJvf Python-3.6.2.tar.xz && \
58
+
cd Python-3.6.2 && ./configure --enable-shared --enable-unicode=ucs4 --prefix=/opt/mlc-python-3.6.2 && make && make install && \
59
+
rm -rf /tmp/Python-3.6.2*
60
60
61
61
# Install Qt5.7
62
62
RUN git clone git://code.qt.io/qt/qtbase.git && \
@@ -109,7 +109,7 @@ RUN git clone git://code.qt.io/qt/qtstyleplugins.git && \
Copy file name to clipboardExpand all lines: tools/installer/Dockerfiles/ubuntu1604.dockerfile
+38-38Lines changed: 38 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ RUN apt-get install cmake \
51
51
pkg-config \
52
52
-y
53
53
54
-
# Download python 2.7.11
54
+
# Download python 3.6.2
55
55
# For more information about the compilation of the Python: http://www.mathworks.com/help/matlab/matlab_external/system-requirements-for-matlab-engine-for-python.html?requestedDomain=www.mathworks.com
56
56
RUN wget -q https://www.python.org/ftp/python/3.6.2/Python-3.6.2.tar.xz && \
57
57
tar xJvf Python-3.6.2.tar.xz && \
@@ -61,51 +61,51 @@ RUN wget -q https://www.python.org/ftp/python/3.6.2/Python-3.6.2.tar.xz && \
Copy file name to clipboardExpand all lines: tools/installer/Dockerfiles/ubuntu1610.dockerfile
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -51,12 +51,12 @@ RUN apt-get install cmake \
51
51
pkg-config \
52
52
-y
53
53
54
-
# Download python 2.7.11
54
+
# Download python 3.6.2
55
55
# For more information about the compilation of the Python: http://www.mathworks.com/help/matlab/matlab_external/system-requirements-for-matlab-engine-for-python.html?requestedDomain=www.mathworks.com
56
-
RUN wget -q https://www.python.org/ftp/python/2.7.11/Python-2.7.11.tar.xz && \
57
-
tar xJvf Python-2.7.11.tar.xz && \
58
-
cd Python-2.7.11 && ./configure --enable-shared --enable-unicode=ucs4 --prefix=/opt/mlc-python-3.6.2 && make && make install && \
59
-
rm -rf /tmp/Python-2.7.11*
56
+
RUN wget -q https://www.python.org/ftp/python/3.6.2/Python-3.6.2.tar.xz && \
57
+
tar xJvf Python-3.6.2.tar.xz && \
58
+
cd Python-3.6.2 && ./configure --enable-shared --enable-unicode=ucs4 --prefix=/opt/mlc-python-3.6.2 && make && make install && \
59
+
rm -rf /tmp/Python-3.6.2*
60
60
61
61
# Install Qt5.7
62
62
RUN git clone git://code.qt.io/qt/qtbase.git && \
@@ -109,7 +109,7 @@ RUN git clone git://code.qt.io/qt/qtstyleplugins.git && \
0 commit comments