Merge pull request #541 from microsoft/copilot/fix-58e6d939-ed52-4112-abff-40e2f1699e3f

Fix GitHub Codespaces creation by reducing devcontainer machine requirements
This commit is contained in:
Lee Stott 2025-10-03 13:33:22 +01:00 committed by GitHub
commit 2060dd374f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -2,9 +2,7 @@
"name": "Miniconda (Python 3)",
"image": "mcr.microsoft.com/devcontainers/miniconda",
"hostRequirements": {
"cpus": 4,
"memory": "8gb",
"storage": "50gb"
"cpus": 2
},
"customizations": {
"vscode": {