From da37a9baea9a9504dbba3090fdfc3895d7901c8d Mon Sep 17 00:00:00 2001 From: "Eduardo P. Gomez" Date: Wed, 28 Feb 2024 19:57:03 -0300 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 35925c03..c8a88d62 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,7 @@ { "name": "ubuntu-jammy", - "image": "mcr.microsoft.com/azureml/minimal-ubuntu22.04-py39-cpu-inference:20240228.v1", + "image": "docker pull mcr.microsoft.com/azureml/inference-base-2204:20240228.v1", "features": { - } + }, "postCreateCommand": "sudo ./build.sh" }