We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027bc40 commit e39e7f8Copy full SHA for e39e7f8
Dockerfile
@@ -3,7 +3,7 @@ FROM ubuntu:16.04
3
RUN apt -y update
4
RUN apt install -y git python3 python3-pip gcc psutils cmake wget make
5
RUN apt install -y gfortran libblas-dev liblapack-dev python3-tk sudo fonts-lato
6
-RUN pip3 install cython matplotlib pytest scipy psutil pyvtk ipywidgets
+RUN pip3 install cython matplotlib pytest scipy psutil pyvtk ipywidgets -U
7
RUN pip3 install --no-cache-dir notebook
8
9
RUN ln -s /usr/bin/python3 /usr/bin/python
0 commit comments