You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add entrypoint script to auto-activate venv in Docker
The entrypoint script ensures the virtual environment is properly activated
for all commands, not just interactive shells. This fixes the issue where
'docker run' commands wouldn't have VIRTUAL_ENV set.
The entrypoint:
1. Detects the architecture-specific venv path
2. Sources the venv's activate script
3. Executes the user's command with 'exec'
0 commit comments