Fix so that is runs on Fedora

This commit is contained in:
Laurent Rineau 2020-05-06 12:08:54 +02:00
parent c372c04a6b
commit 57b37e3e1d
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ if [ "$1" == '--help' ]; then
echo "Builds and packages the Polyhedron demo form the CGAL dir."
exit 0
fi
docker run --rm -v "$2":/results:Z -v "$1":/cgal:ro -e "NUMBER_OF_DEDICATED_CORES=$3" docker.io/cgal/bundle-3d-demo
docker run --rm -v "$2":/results:Z -v "$1":/cgal:ro,z -e "NUMBER_OF_DEDICATED_CORES=$3" docker.io/cgal/bundle-3d-demo