You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,5 +77,5 @@ The project adheres to the `git-flow` branching model:
77
77
### 2.4. General Project Conventions
78
78
79
79
***Documentation**: Ensure `README.md` and `CONTRIBUTORS.md` are kept up-to-date.
80
-
***Dependency Management**: Python dependencies are managed via `requirements.txt`. Any additions should be made there and trigger a Docker image rebuild.
80
+
***Dependency Management**: Python dependencies are managed via runtime image wheelhouse. Core packages are provided by the base runtime image (`ghcr.io/opentechil/offline-python-runtime-docker:v1.1.0-release.0`), while additional packages can be installed at runtime or via project-specific `requirements.txt`for persistent installations.
81
81
***Offline Focus**: All configurations and scripts should prioritize and support the offline/air-gapped nature of the development environment.
0 commit comments