Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Dockerize TritonSizer #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Dockerize TritonSizer #3

wants to merge 2 commits into from

Conversation

abdelrahmanhosny
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant