Skip to content

Commit

Permalink
Reduce min hard specs for codespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostis-S-Z authored Feb 10, 2025
1 parent bb2d2cf commit 1610501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"hostRequirements": {
"cpus": 4,
"memory": "16gb",
"memory": "8gb",
"storage": "32gb"
},
"name": "Python Development Container",
Expand Down

0 comments on commit 1610501

Please sign in to comment.