Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Included Docker File for Scorer #293

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nathannaveen
Copy link
Contributor

It is important to include a Dockerfile with a command-line interface (Scorer) project for the following reasons:

  • Reproducibility: A Dockerfile allows others to easily build the same environment in which the Scorer was developed and tested. This ensures that the Scorer will behave consistently across different systems.
  • Portability: With a Dockerfile, users can run the Scorer on any system that has Docker installed, regardless of the underlying operating system or dependencies.
  • Collaboration: A Dockerfile allows other developers to easily contribute to the Scorer project by providing a consistent and well-defined environment for development and testing.

In summary, including a Dockerfile with a CLI project makes it easier to use, test, and collaborate on the project, and ensures that the CLI will behave consistently across different systems.

Signed-off-by: nathannaveen 42319948+nathannaveen@users.noreply.github.com

- Included Docker file for scorer

Signed-off-by: nathannaveen <42319948+nathannaveen@users.noreply.github.com>
@nathannaveen
Copy link
Contributor Author

@calebbrown A friendly ping!

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

Successfully merging this pull request may close these issues.

None yet

1 participant