Project

General

Profile

ML beam test PID Meetings » History » Version 12

Richard Trotta, 05/28/2024 10:12 AM

1 1 Richard Trotta
{{>toc}}
2
3
h1. ML beam test PID Meetings
4
5 3 Richard Trotta
---
6
7 1 Richard Trotta
h2. Summer 2024
8 4 Richard Trotta
9 9 Richard Trotta
10 11 Richard Trotta
|_.1|_.2|_.3|_.4|_.5|_.6|_.7|_.8|_.9|_.10|_.11|_.12|
11 12 Richard Trotta
| "May 27th, 2024":https://redmine.jlab.org/projects/uva-phys-zheng/wiki/ML_beam_test_PID_Meetings#Near-term-Goals |  |  |  |  |  |  |  |  |  |  |  |
12
| "":https://redmine.jlab.org/projects/uva-phys-zheng/wiki/ML_beam_test_PID_Meetings#Near-term-Goals |  |  |  |  |  |  |  |  |  |  |  |
13 11 Richard Trotta
14 9 Richard Trotta
15 4 Richard Trotta
---
16
17 2 Richard Trotta
h3. May 27th, 2024
18 1 Richard Trotta
19
* Darren ran with Python3.9
20
* Docker (containerization) Definition
21
** Containerization is a technology that allows developers to package and run applications along with all their dependencies in isolated environments called containers. This ensures that the application runs consistently across different computing environments, from a developer's laptop to testing, staging, and production.
22
** Docker is a popular platform that simplifies containerization. It provides tools to create, deploy, and manage containers. With Docker, developers can write code locally, share their work with colleagues, and deploy to production in a seamless and efficient manner. Docker containers are lightweight, fast, and portable, making them ideal for modern software development and deployment.
23 9 Richard Trotta
24 10 Richard Trotta
* "A Crash Course for Summer Research":https://drive.google.com/file/d/1-TPLo5VGSwCUDjqj_j4g--p4FbBgYHbw/view?usp=sharing
25 8 Richard Trotta
26
h4. Near-term Goals
27
28
# Setup Linux Subsystem for Windows
29
# Fork the ML Beam Testing GitHub repository
30
# Containerize ML Beam Testing GitHub repository with Docker
31 5 Richard Trotta
32 3 Richard Trotta
---