Skip to content

Commit

Permalink
typo in docker file name
Browse files Browse the repository at this point in the history
  • Loading branch information
crvs committed Jun 24, 2018
1 parent 4133dbc commit ce4f924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit ce4f924

Please sign in to comment.