Skip to content

Commit

Permalink
refactor: streamline dependency installation in Docker base image
Browse files Browse the repository at this point in the history
- Updated the dependencies in the Docker base image installation scripts by removing unnecessary packages and ensuring essential tools are included.
- Simplified the Python installation script by refining the list of required libraries, enhancing clarity and reducing potential installation issues.
- Modified the requirements.txt to include only necessary packages, improving the efficiency of the Python environment setup.
  • Loading branch information
tikazyq committed Dec 31, 2024
1 parent fec6160 commit 3786ef3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 32 deletions.
17 changes: 4 additions & 13 deletions docker/base-image/install/deps/deps.sh
14 changes: 2 additions & 12 deletions docker/base-image/install/python/python.sh
10 changes: 3 additions & 7 deletions docker/base-image/install/python/requirements.txt

0 comments on commit 3786ef3

Please sign in to comment.