From 9cdc548e34bbb47603d418d35a4cd87a62f515c2 Mon Sep 17 00:00:00 2001 From: danielv2dot0 <155489954+danielv2dot0@users.noreply.github.com> Date: Sat, 6 Jan 2024 02:03:19 +0100 Subject: [PATCH 1/3] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1e100f5..5657d77 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,7 +9,7 @@ "hostRequirements": { "cpus": 8, - "memory": "4gb", + "memory": "32gb", "storage": "64gb" }, "customizations": { From b06d190de0e6045490c0c78c8eb2ce61170f7e9f Mon Sep 17 00:00:00 2001 From: danielv2dot0 <155489954+danielv2dot0@users.noreply.github.com> Date: Sat, 6 Jan 2024 02:25:01 +0100 Subject: [PATCH 2/3] Create devcontainer-template.json --- .devcontainer/devcontainer-template.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .devcontainer/devcontainer-template.json diff --git a/.devcontainer/devcontainer-template.json b/.devcontainer/devcontainer-template.json new file mode 100644 index 0000000..c1983d2 --- /dev/null +++ b/.devcontainer/devcontainer-template.json @@ -0,0 +1,12 @@ +{ + "id": "docker-existing-dockerfile", + "version": "1.2.1", + "name": "AI Studio", + "description": "AI Studio", + "documentationURL": "https://github.com/danielv2dot0/aistudio-copilot-sample/blob/main/.devcontainer/Dockerfile", + "publisher": "Microsoft", + "licenseURL": "https://github.com/danielv2dot0/aistudio-copilot-sample/blob/main/LICENSE", + "platforms": [ + "Any" + ] +} From a68e518971680c4eaa63c7c8e9dd1c8959be2803 Mon Sep 17 00:00:00 2001 From: danielv2dot0 <155489954+danielv2dot0@users.noreply.github.com> Date: Sat, 6 Jan 2024 02:38:17 +0100 Subject: [PATCH 3/3] Update devcontainer.json --- .devcontainer/devcontainer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5657d77..aed132f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,12 +6,12 @@ "context": "..", "dockerfile": "Dockerfile" }, +"hostRequirements": { + "cpus": 4, + "memory": "16gb", + "storage": "32gb" +}, - "hostRequirements": { - "cpus": 8, - "memory": "32gb", - "storage": "64gb" - }, "customizations": { "vscode": { "extensions": [