ML beam test PID Meetings » History » Version 7
Richard Trotta, 05/28/2024 09:43 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 | --- |
||
10 | |||
11 | 2 | Richard Trotta | h3. May 27th, 2024 |
12 | 1 | Richard Trotta | |
13 | 7 | Richard Trotta | # Setup Linux Subsystem for Windows |
14 | # Fork the ML Beam Testing GitHub repository |
||
15 | # Containerize ML Beam Testing GitHub repository with Docker |
||
16 | |||
17 | 6 | Richard Trotta | * Darren ran with Python3.9 |
18 | * Docker (containerization) Definition |
||
19 | 5 | Richard Trotta | ** 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. |
20 | ** 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. |
||
21 | |||
22 | 3 | Richard Trotta | --- |