From 6b44b350fa99db7de83b64bb2341ae2a3f9ffab2 Mon Sep 17 00:00:00 2001 From: Michael Pilosov Date: Fri, 24 Dec 2021 15:52:27 -0700 Subject: [PATCH] rm installs --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b9e53dc..325b6e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,6 @@ RUN apt-get update -yqq && \ apt-get -qq clean && \ rm -rf /var/lib/apt/lists/* -RUN pip install numpy scipy # fenics RUN pip install -U fenics-ffc ENV FENICS_VERSION=2019.1.0.post0