Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
NVIDIA-NeMo
/
Gym
Public
Notifications
You must be signed in to change notification settings
Fork
303
Star
1.2k
Code
Issues
410
Pull requests
258
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Feat: add enroot backend
- #1952
#1952
Merged
oyilmaz-nvidia
merged 30 commits into
main
NVIDIA-NeMo/Gym:main
from
onur/add-enroot-backend
NVIDIA-NeMo/Gym:onur/add-enroot-backend
Copy head branch name to clipboard
Jul 29, 2026
Conversation
Commits
30
(30)
Checks
Files changed
Merged
Feat: add enroot backend
#1952
oyilmaz-nvidia
merged 30 commits into
main
NVIDIA-NeMo/Gym:main
from
onur/add-enroot-backend
NVIDIA-NeMo/Gym:onur/add-enroot-backend
Copy head branch name to clipboard
Commits
Commits on Jul 7, 2026
Add enroot backend
Show description for 67f11f5
oyilmaz-nvidia
committed
67f11f5
View commit details
Copy full SHA for 67f11f5
Browse repository at this point
Commits on Jul 8, 2026
Add more tests
Show description for b83ce22
oyilmaz-nvidia
committed
b83ce22
View commit details
Copy full SHA for b83ce22
Browse repository at this point
Remove unused function
Show description for b50ed7f
oyilmaz-nvidia
committed
b50ed7f
View commit details
Copy full SHA for b50ed7f
Browse repository at this point
Move common functions to utils
Show description for 46394e5
oyilmaz-nvidia
committed
46394e5
View commit details
Copy full SHA for 46394e5
Browse repository at this point
Merge branch 'main' into onur/add-enroot-backend
Show description for 4be5139
oyilmaz-nvidia
authored
4be5139
View commit details
Copy full SHA for 4be5139
Browse repository at this point
Linting issues fixed
Show description for eb0ae13
oyilmaz-nvidia
committed
eb0ae13
View commit details
Copy full SHA for eb0ae13
Browse repository at this point
Commits on Jul 10, 2026
Find pid
Show description for 463c87e
oyilmaz-nvidia
committed
463c87e
View commit details
Copy full SHA for 463c87e
Browse repository at this point
Merge branch 'onur/add-enroot-backend' of https://github.com/NVIDIA-NeMo/Gym into onur/add-enroot-backend
oyilmaz-nvidia
committed
5f90c29
View commit details
Copy full SHA for 5f90c29
Browse repository at this point
Fix pid issue
Show description for df015e9
oyilmaz-nvidia
committed
df015e9
View commit details
Copy full SHA for df015e9
Browse repository at this point
Another pid fix
Show description for 3e6a0fa
oyilmaz-nvidia
committed
3e6a0fa
View commit details
Copy full SHA for 3e6a0fa
Browse repository at this point
Commits on Jul 15, 2026
Update app for enroot
Show description for cda78ff
oyilmaz-nvidia
committed
cda78ff
View commit details
Copy full SHA for cda78ff
Browse repository at this point
Commits on Jul 16, 2026
Add qwen config
Show description for fde7dcf
oyilmaz-nvidia
committed
fde7dcf
View commit details
Copy full SHA for fde7dcf
Browse repository at this point
Commits on Jul 27, 2026
Merge branch 'main' into onur/add-enroot-backend
Show description for d94c993
oyilmaz-nvidia
authored
d94c993
View commit details
Copy full SHA for d94c993
Browse repository at this point
fix(enroot): address PR review comments from Hemil and Claude bot
Show description for b5459b3
oyilmaz-nvidia
and
claude
committed
b5459b3
View commit details
Copy full SHA for b5459b3
Browse repository at this point
chore: remove Qwen2.5-Coder-32B-Instruct model config
Show description for 061fd32
oyilmaz-nvidia
and
claude
committed
061fd32
View commit details
Copy full SHA for 061fd32
Browse repository at this point
fix(enroot): force ENROOT_UNSHARE_PID=yes to isolate container /proc
Show description for 08ae2e1
oyilmaz-nvidia
and
claude
committed
08ae2e1
View commit details
Copy full SHA for 08ae2e1
Browse repository at this point
fix(enroot): use --rc /dev/null to bypass Docker ENTRYPOINT correctly
Show description for 3aa80a3
oyilmaz-nvidia
and
claude
committed
3aa80a3
View commit details
Copy full SHA for 3aa80a3
Browse repository at this point
Merge branch 'main' into onur/add-enroot-backend
oyilmaz-nvidia
authored
80f2d47
View commit details
Copy full SHA for 80f2d47
Browse repository at this point
Merge branch 'main' into onur/add-enroot-backend
oyilmaz-nvidia
committed
ef362f8
View commit details
Copy full SHA for ef362f8
Browse repository at this point
style: apply pre-commit formatting fixes
Show description for 4fa79cd
oyilmaz-nvidia
and
claude
committed
4fa79cd
View commit details
Copy full SHA for 4fa79cd
Browse repository at this point
Merge branch 'onur/add-enroot-backend' of github.com:NVIDIA-NeMo/Gym into onur/add-enroot-backend
oyilmaz-nvidia
committed
e30e714
View commit details
Copy full SHA for e30e714
Browse repository at this point
fix(mini_swe_agent_2): use str(uuid4()).replace('-','') for heredoc delimiter
Show description for b7c4d91
oyilmaz-nvidia
and
claude
committed
b7c4d91
View commit details
Copy full SHA for b7c4d91
Browse repository at this point
Commits on Jul 28, 2026
Update readme and add script for sqsh
Show description for aed630c
oyilmaz-nvidia
committed
aed630c
View commit details
Copy full SHA for aed630c
Browse repository at this point
Add another readme
Show description for 4a83056
oyilmaz-nvidia
committed
4a83056
View commit details
Copy full SHA for 4a83056
Browse repository at this point
style: apply pre-commit formatting fixes to enroot_prefetch_sqsh
Show description for 49abdbb
oyilmaz-nvidia
committed
49abdbb
View commit details
Copy full SHA for 49abdbb
Browse repository at this point
Merge branch 'main' into onur/add-enroot-backend
oyilmaz-nvidia
authored
cbc0078
View commit details
Copy full SHA for cbc0078
Browse repository at this point
Address reviews
Show description for 45f4676
oyilmaz-nvidia
committed
45f4676
View commit details
Copy full SHA for 45f4676
Browse repository at this point
Remove the script
Show description for 0689bad
oyilmaz-nvidia
committed
0689bad
View commit details
Copy full SHA for 0689bad
Browse repository at this point
Address claude reviews
Show description for fef9c01
oyilmaz-nvidia
committed
fef9c01
View commit details
Copy full SHA for fef9c01
Browse repository at this point
Commits on Jul 29, 2026
Merge branch 'main' into onur/add-enroot-backend
oyilmaz-nvidia
authored
0417952
View commit details
Copy full SHA for 0417952
Browse repository at this point
You can’t perform that action at this time.