Skip to content

Commit e39e7f8

Browse files
Added update flag to pip installs in Dockerfile, so we can use latest pytest
1 parent 027bc40 commit e39e7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ubuntu:16.04
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 cython matplotlib pytest scipy psutil pyvtk ipywidgets
6+
RUN pip3 install cython matplotlib pytest scipy psutil pyvtk ipywidgets -U
77
RUN pip3 install --no-cache-dir notebook
88

99
RUN ln -s /usr/bin/python3 /usr/bin/python

0 commit comments

Comments
 (0)