From 50e526bb7fcb732f7cc99c2396cd45433b886518 Mon Sep 17 00:00:00 2001 From: PRINCE BHADANIA Date: Fri, 27 Feb 2026 15:53:38 +0530 Subject: [PATCH] Add Dockerfile for reproducible environment --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94de904..02fa8d5 100644 --- a/README.md +++ b/README.md @@ -42,4 +42,13 @@ Masked autoencoder pretraining has been shown to improve reconstruction and clas | Project Title | Author | Year | | :------------ | ------ | ---: | | Particle Masking Autoencoder | Eric Reinhardt | 2023 | -| Hybrid ParT and L-GATr Transformers | Thanh "James" Nguyen | 2025 | \ No newline at end of file +| Hybrid ParT and L-GATr Transformers | Thanh "James" Nguyen | 2025 | + + +## 🐳 Docker Setup (Reproducible Environment) + +This project provides a Docker setup to ensure a consistent and reproducible environment. + +### Build the Docker image +```bash +docker build -t cms-ml4sci . \ No newline at end of file