-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: streamline dependency installation in Docker base image
- 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
Showing
3 changed files
with
9 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
scrapy>=2.9.0 | ||
pymongo | ||
bs4 | ||
crawlab-sdk>=0.7.0rc1 | ||
crawlab-demo<=0.1.0 | ||
scrapy | ||
selenium | ||
pyopenssl | ||
playwright | ||
feapder | ||
bs4 | ||
requests |