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" + ] +} diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1e100f5..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": "4gb", - "storage": "64gb" - }, "customizations": { "vscode": { "extensions": [