From 61f106083f856fe9bce10e9f607f34b40b05fbb3 Mon Sep 17 00:00:00 2001 From: Aryan Blaauw Date: Mon, 4 Sep 2017 20:32:13 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5fe4b3d..b96cc84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,4 +18,3 @@ RUN apt-get install -y libboost-all-dev python-pycuda python-pip && apt-get clea RUN pip install numpy scipy -EXPOSE 5900 6080