*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
| Gliffy Diagram | ||||||
|---|---|---|---|---|---|---|
|
- Keep consistency: Avoiding inconsistency due to different dependency/lib on local machine v in container
- Centralised dependency/lib management: Only one member needs to update the config (requirements.txt) in docker, and all other members will have access to updated dependency/libs automatically after git pull
- Save space: Avoiding install/keep the same dependency/lib twice, i.e. on local machine and in containerKeep consistency: Avoiding inconsistency due to different dependency/lib on local machine v in container
Step-by-step guide
...