From 07b1c3c14cd437a0637e6202bc46d8db6539e909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Dukai?= Date: Wed, 22 May 2024 13:46:28 +0200 Subject: [PATCH] remove docker instructions from readme --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 14dfc5a9..0d26b51d 100644 --- a/README.md +++ b/README.md @@ -141,18 +141,6 @@ In the folder `tools/viz3dity/`, there is a simple Python script where you load However, it's not possible to see where in an object the error is (eg which surface is not planar). This tool helps to quickly visualise where the errors are in a large dataset, for instance a city. - -## Usage of Docker - -To run val3dity over Docker simply execute: - - $ docker run --rm -v :/data tudelft3d/val3dity: - -Where `` is docker image tag from [https://hub.docker.com/r/tudelft3d/val3dity/tags](https://hub.docker.com/r/tudelft3d/val3dity/tags) - -If you are using the `--report` option, then **keep in mind that `` need to be writable by any user, otherwise your output won't be saved.** - - ## Documentation and help Read the full documentation at [https://val3dity.rtfd.io](https://val3dity.rtfd.io).