feat: move sandbox from uwsgi to gunicorn, use supported image, use lockfile for python deps#1226
Closed
gwarmstrong wants to merge 4 commits intomainfrom
Closed
feat: move sandbox from uwsgi to gunicorn, use supported image, use lockfile for python deps#1226gwarmstrong wants to merge 4 commits intomainfrom
gwarmstrong wants to merge 4 commits intomainfrom
Conversation
…ython lock Signed-off-by: George Armstrong <georgea@nvidia.com>
Signed-off-by: George Armstrong <georgea@nvidia.com>
The Dockerfile.sandbox COPY step for sandbox-core.lock fails on CI because the file was never committed. Signed-off-by: George Armstrong <georgea@nvidia.com>
aa473c4 to
4edd03f
Compare
- Reset TerminalInteractiveShell's SIGINT handler to SIG_DFL so
KeyboardInterrupt propagates to our except clause instead of
IPython converting it to SystemExit(0)
- Add SANDBOX_WORKER_BASE_PORT with random port to network blocking
test fixture to avoid collisions with the CI sandbox
- Use sys.executable in env={} test since python3 is not in os.defpath
Signed-off-by: George Armstrong <georgea@nvidia.com>
3c252d4 to
90f6444
Compare
This was referenced Feb 11, 2026
Collaborator
Author
This was referenced Feb 11, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.