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 ad5de56 commit cbf8405Copy full SHA for cbf8405
Dockerfile
@@ -1,8 +1,9 @@
1
-FROM ubuntu:16.04
+FROM ubuntu:18.04
2
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 pip -U
7
RUN pip3 install cython matplotlib pytest scipy psutil pyvtk ipywidgets -U
8
RUN pip3 install --no-cache-dir notebook
9
0 commit comments