From ce4f92488dd2784d0003fdba4006fd36e9519f4e Mon Sep 17 00:00:00 2001 From: crvs Date: Sun, 24 Jun 2018 16:37:04 +0200 Subject: [PATCH] typo in docker file name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c746375..a4a0fa4 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ This will output two `ply` files which contain a copy of the mesh `bunzipper.ply A docker file is provided in the `Docker` folder, and can be built by simply running `docker build -t coeff-flow .` from the `Docker` folder. Alternative an image of the same file can be downloaded from docker hub via `docker pull crvsf/coeff-flow` and there you can run the tests by: ```{bash} -docker run -it crvs/coeff-flow +docker run -it crvsf/coeff-flow cd /coeff-flow build make timing-test ```