From 15062cf0f86138363ff1dab2131a0a540929514f Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Sun, 10 Sep 2023 11:51:03 +0100 Subject: [PATCH] change devcontainer to have aws cli --- .../ml-pipeline/src/pipeline/.devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ml-pipeline/src/pipeline/.devcontainer/devcontainer.json b/modules/ml-pipeline/src/pipeline/.devcontainer/devcontainer.json index 968a69a..e94a1fd 100644 --- a/modules/ml-pipeline/src/pipeline/.devcontainer/devcontainer.json +++ b/modules/ml-pipeline/src/pipeline/.devcontainer/devcontainer.json @@ -9,7 +9,8 @@ "dockerfile": "../Development.Dockerfile" }, "features": { - "ghcr.io/devcontainers/features/git:1": {} + "ghcr.io/devcontainers/features/aws-cli:1": {}, + "ghcr.io/devcontainers/features/github-cli:1": {} } // Features to add to the dev container. More info: https://containers.dev/features.