Summer 2024 Projects » History » Version 4
Richard Trotta, 05/27/2024 09:31 PM
1 | 2 | Richard Trotta | {{>toc}} |
---|---|---|---|
2 | |||
3 | 1 | Richard Trotta | h1. Summer 2024 Projects |
4 | |||
5 | 4 | Richard Trotta | --- |
6 | 3 | Richard Trotta | |
7 | 1 | Richard Trotta | h2. ML beam test PID |
8 | 4 | Richard Trotta | |
9 | --- |
||
10 | 1 | Richard Trotta | |
11 | 3 | Richard Trotta | h3. [[ML beam test PID Meetings]] |
12 | |||
13 | 1 | Richard Trotta | h3. References |
14 | |||
15 | * "GitHub Repo":https://github.com/JeffersonLab/solid_beamtest_hallc_2022/tree/main/aiml |
||
16 | * "Darren's Summer 2023 Report":https://wordpress.its.virginia.edu/zhenggroup/files/2023/10/SoLID_beamtest_ML_PID_Upton.pdf |
||
17 | * "GitHub Setup":https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account |
||
18 | * Docker |
||
19 | ** 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 | ** https://hub.docker.com/_/python |
||
22 | ** https://www.docker.com/blog/containerized-python-development-part-1/ |
||
23 | ** https://docs.docker.com/samples/ |
||
24 | |||
25 | 3 | Richard Trotta | --- |