Skip to content

Commit

Permalink
Added update flag to pip installs in Dockerfile, so we can use latest…
Browse files Browse the repository at this point in the history
… pytest
  • Loading branch information
davidcortesortuno committed Oct 31, 2018
1 parent 027bc40 commit e39e7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:16.04
RUN apt -y update
RUN apt install -y git python3 python3-pip gcc psutils cmake wget make
RUN apt install -y gfortran libblas-dev liblapack-dev python3-tk sudo fonts-lato
RUN pip3 install cython matplotlib pytest scipy psutil pyvtk ipywidgets
RUN pip3 install cython matplotlib pytest scipy psutil pyvtk ipywidgets -U
RUN pip3 install --no-cache-dir notebook

RUN ln -s /usr/bin/python3 /usr/bin/python
Expand Down

0 comments on commit e39e7f8

Please sign in to comment.