Skip to content
Snippets Groups Projects
Commit b12e6b55 authored by calrama's avatar calrama
Browse files

ubuntu18.04: Update python to 3.7

parent f48f118e
No related branches found
No related tags found
No related merge requests found
...@@ -52,16 +52,16 @@ RUN apt-get update && \ ...@@ -52,16 +52,16 @@ RUN apt-get update && \
libwebsocketpp-dev \ libwebsocketpp-dev \
libfreetype6-dev \ libfreetype6-dev \
libharfbuzz-dev \ libharfbuzz-dev \
python3 \ python3.7 \
python3-dev \ python3.7-dev \
python3.7-venv \
python3-pip \ python3-pip \
python3-setuptools \ python3-setuptools \
python3-distutils \ python3-distutils && \
python3-venv && \
curl -sSL -o /usr/local/bin/linuxdeployqt https://github.com/probonopd/linuxdeployqt/releases/download/5/linuxdeployqt-5-x86_64.AppImage && \ curl -sSL -o /usr/local/bin/linuxdeployqt https://github.com/probonopd/linuxdeployqt/releases/download/5/linuxdeployqt-5-x86_64.AppImage && \
chmod +x /usr/local/bin/linuxdeployqt chmod +x /usr/local/bin/linuxdeployqt
RUN python3.6 -m pip --no-cache-dir install \ RUN python3.7 -m pip --no-cache-dir install \
graphviz \ graphviz \
opencv-python==3.4.5.20 \ opencv-python==3.4.5.20 \
nose \ nose \
......
...@@ -26,6 +26,6 @@ RUN apt-get update && \ ...@@ -26,6 +26,6 @@ RUN apt-get update && \
-G Ninja && \ -G Ninja && \
ninja -C build && \ ninja -C build && \
cd python && \ cd python && \
python3 setup.py install && \ python3.7 setup.py install && \
apt-get clean apt-get clean
ADD mxnet_profile.sh /etc/profile.d/mxnet.sh ADD mxnet_profile.sh /etc/profile.d/mxnet.sh
...@@ -25,6 +25,6 @@ RUN apt-get update && \ ...@@ -25,6 +25,6 @@ RUN apt-get update && \
-G Ninja && \ -G Ninja && \
ninja -C build && \ ninja -C build && \
cd python && \ cd python && \
python3 setup.py install && \ python3.7 setup.py install && \
apt-get clean apt-get clean
ADD mxnet_profile.sh /etc/profile.d/mxnet.sh ADD mxnet_profile.sh /etc/profile.d/mxnet.sh
FROM git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:cuda-devel-ubuntu18.04 FROM git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:cuda-devel-ubuntu18.04
RUN python3.6 -m pip --no-cache-dir install \ RUN python3.7 -m pip --no-cache-dir install \
numpy \ numpy \
scipy \ scipy \
matplotlib \ matplotlib \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment