Skip to content

Add Dockerfile for reproducible development environment#19

Open
Apprentice2907 wants to merge 1 commit intoML4SCI:mainfrom
Apprentice2907:add-dockerfile
Open

Add Dockerfile for reproducible development environment#19
Apprentice2907 wants to merge 1 commit intoML4SCI:mainfrom
Apprentice2907:add-dockerfile

Conversation

@Apprentice2907
Copy link

Fixes: #16

Overview

This pull request introduces a Docker-based setup to provide a reproducible and consistent environment for running the CMS project.

Changes Made

  • Added a Dockerfile with a Python-based environment
  • Included Jupyter Lab support for interactive experimentation
  • Documented build and run instructions in the README

Why This Is Useful

  • Ensures consistent dependencies across different systems
  • Simplifies onboarding for new contributors
  • Makes demos and experimentation easier without local setup issues

How to Test

  1. Build the image:
    docker build -t cms-ml4sci .

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.

Provide Dockerfile for reproducible environment

1 participant