Skip to content
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

Removed venv statements from images #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mamurak
Copy link

@mamurak mamurak commented Jul 29, 2022

The current container images work with venv, a Python virtual environment tool. venv is great for working within multiple dependency stacks. However, working in containerized environments means managing dependency stacks through container images, which renders venv redundant.

I propose removing venv statements from container images for simplicity and slightly optimized footprint and performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant