From 5c9920843e1aac6823a53a1eee8b14f12a871225 Mon Sep 17 00:00:00 2001 From: ahughesuol Date: Mon, 19 Aug 2024 12:44:10 +0100 Subject: [PATCH] Update devcontainer.json --- .../.devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMP2028 Natural Language Processing/.devcontainer/devcontainer.json b/CMP2028 Natural Language Processing/.devcontainer/devcontainer.json index 3935e7a..c14d100 100644 --- a/CMP2028 Natural Language Processing/.devcontainer/devcontainer.json +++ b/CMP2028 Natural Language Processing/.devcontainer/devcontainer.json @@ -1,9 +1,9 @@ { "name": "Natural Language Processing", - //"image": "ghcr.io/socstech/cmp2028:latest", + "image": "ghcr.io/socstech/cmp2028:latest", - "build": { "dockerfile": "Dockerfile" }, + //"build": { "dockerfile": "Dockerfile" }, "customizations": { "vscode": {