mirror of https://github.com/CGAL/cgal
Change script for use zith new dicker image.
This commit is contained in:
parent
93b9f643bc
commit
c372c04a6b
|
|
@ -4,5 +4,5 @@ if [ "$1" == '--help' ]; then
|
||||||
echo "Builds and packages the Polyhedron demo form the CGAL dir."
|
echo "Builds and packages the Polyhedron demo form the CGAL dir."
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
docker run --rm -v "$2":/results:Z -v "$1":/cgal:ro docker.io/cgal/bundle-3d-demo "/scripts/build.sh -j$3 && /scripts/deploy.sh"
|
docker run --rm -v "$2":/results:Z -v "$1":/cgal:ro -e "NUMBER_OF_DEDICATED_CORES=$3" docker.io/cgal/bundle-3d-demo
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue