From e39e7f82ebba04f709f798df6fb3f1bfdee319b5 Mon Sep 17 00:00:00 2001 From: davidcortesortuno Date: Wed, 31 Oct 2018 14:14:57 +0000 Subject: [PATCH] Added update flag to pip installs in Dockerfile, so we can use latest pytest --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 06363fba..6ef8765b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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