From 159034d7616c8969c6d4cf104b6cc9d6ce18c79b Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Thu, 10 Nov 2022 12:56:09 -0800 Subject: [PATCH] Adjust dev container definition --- .devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer.json b/.devcontainer.json index 57c3c08..977ec55 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -4,8 +4,8 @@ "ghcr.io/devcontainers/features/docker-in-docker:1": {} }, "hostRequirements": { - "cpus": "4", + "cpus": 4, "memory": "8gb" }, - "postCreateCommand": "./scripts/install.sh" + "postCreateCommand": "cd scripts/; ./install.sh" }