-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Docker: Setup Python venv in Base image for utilities #2748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
CI Feedback 🧐(Feedback updated until commit 853608b)A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
User description
Thanks for contributing to the Docker-Selenium project!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines, applied for this repository.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Fixes #2721
Motivation and Context
Types of changes
Checklist
PR Type
Bug fix, Enhancement
Description
Added Python virtual environment setup in base image for utilities.
Updated dependencies and supervisor installation process.
Adjusted entry point scripts to activate virtual environment if present.
Removed redundant Python-related installations in specific Dockerfiles.
Changes walkthrough 📝
entry_point.sh
Activate Python virtual environment in entry point
Base/entry_point.sh
entry_point.sh
Activate Python virtual environment in video entry point
Video/entry_point.sh
Dockerfile
Add Python virtual environment and update dependencies
Base/Dockerfile
Dockerfile
Use Python virtual environment for websockify installation
NodeBase/Dockerfile
Dockerfile
Simplify Python dependencies in video Dockerfile
Video/Dockerfile