Fix Codespaces machine type requirements
Co-authored-by: leestott <2511341+leestott@users.noreply.github.com>
This commit is contained in:
parent
2e6ba0149d
commit
4b1877c3ad
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue