Skip to content

Commit cbf8405

Browse files
Update Dockerfile
1 parent ad5de56 commit cbf8405

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
FROM ubuntu:16.04
1+
FROM ubuntu:18.04
22

33
RUN apt -y update
44
RUN apt install -y git python3 python3-pip gcc psutils cmake wget make
55
RUN apt install -y gfortran libblas-dev liblapack-dev python3-tk sudo fonts-lato
6+
RUN pip3 install pip -U
67
RUN pip3 install cython matplotlib pytest scipy psutil pyvtk ipywidgets -U
78
RUN pip3 install --no-cache-dir notebook
89

0 commit comments

Comments
 (0)