From 5a4b6e691916ce2aff20af796f8383ef021d0e07 Mon Sep 17 00:00:00 2001 From: "Eduardo P. Gomez" Date: Mon, 4 Mar 2024 21:48:20 -0300 Subject: [PATCH] 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 72a77361..cdb91a54 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "ubuntu-jammy", - "image": "mcr.microsoft.com/azureml/inference-base-2204:20240228.v1", + "image": "ubuntu-latest", "features": { }, "postCreateCommand": "sudo ./build.sh"