This pull request proposes to dockerize TritonSizer. To build the Docker image: docker build -t tritonsizer . To use the image, mount the directory where you have your input files to a directory inside the container (e.g. /data). Run TritonSizer as following:
docker run -it -v $(pwd):/data tritonsizer -env <environment file> -f <command file> | tee log
This pull request proposes to dockerize TritonSizer. To build the Docker image:
docker build -t tritonsizer .
To use the image, mount the directory where you have your input files to a directory inside the container (e.g./data
). Run TritonSizer as following:docker run -it -v $(pwd):/data tritonsizer -env <environment file> -f <command file> | tee log
To try without building the image locally, use image name
openroad/tritonsizer
on Docker Hub: https://hub.docker.com/r/openroad/tritonsizer