You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
tests | 2 years ago | |
.gitignore | 2 years ago | |
Dockerfile | 2 years ago | |
README.md | 2 years ago | |
entrypoint.sh | 2 years ago | |
meshmerge.py | 2 years ago | |
run_test.sh | 2 years ago |
README.md
Build Docker Image
docker build --build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t meshmerger .
Run Docker Image
docker run -it \
-v /input:$(pwd)/tests/test_data:ro \
-v /output:$(pwd)/tests/out:rw meshmerger