From 1237bbce160d0485370f606217948af4a6abbcf4 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Mon, 17 Dec 2018 14:58:51 +0100 Subject: [PATCH] Misc --- ubuntu18.04/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu18.04/base/Dockerfile b/ubuntu18.04/base/Dockerfile index 397e752..d1a13df 100644 --- a/ubuntu18.04/base/Dockerfile +++ b/ubuntu18.04/base/Dockerfile @@ -71,7 +71,7 @@ RUN python3.6 -m pip --no-cache-dir install \ twine \ h5py \ joblib \ - psutil + psutil RUN cd /tmp && \ curl -sSLO https://cmake.org/files/v3.13/cmake-3.13.1.tar.gz && \ -- GitLab