From 46bc272c79d7d9d306fc8527a70f00f17b5bd77a Mon Sep 17 00:00:00 2001 From: ahughesuol <139757091+ahughesuol@users.noreply.github.com> Date: Fri, 6 Sep 2024 09:43:21 +0100 Subject: [PATCH] Update devcontainer.json --- .../.devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMP9137 Advanced Machine Learning/.devcontainer/devcontainer.json b/CMP9137 Advanced Machine Learning/.devcontainer/devcontainer.json index 68e419e..e562d54 100644 --- a/CMP9137 Advanced Machine Learning/.devcontainer/devcontainer.json +++ b/CMP9137 Advanced Machine Learning/.devcontainer/devcontainer.json @@ -2,6 +2,7 @@ "name": "Advanced Machine Learning", "image": "ghcr.io/socstech/cmp9137:latest", + "runArgs": ["--gpus=all"], //"build": { "dockerfile": "Dockerfile" }, @@ -20,4 +21,4 @@ ] } } -} \ No newline at end of file +}