From 0d5d95201754e0b91af8222275692703b04157a0 Mon Sep 17 00:00:00 2001 From: Zack Ulissi Date: Fri, 12 Jul 2024 23:11:52 +0000 Subject: [PATCH] add minimum spec on devcontainer to make sure everything runs --- .devcontainer/devcontainer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b48d07749..77e52140c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -15,5 +15,8 @@ "ms-python.vscode-pylance" ] } + }, + "hostRequirements": { + "memory": "16gb", } } \ No newline at end of file