From d90e7fd950b42f454480d348ec01f273d1440acf Mon Sep 17 00:00:00 2001 From: "Eduardo P. Gomez" Date: Wed, 28 Feb 2024 19:46:29 -0300 Subject: [PATCH] Create devcontainer.json --- .devcontainer/devcontainer.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000..0f045d66 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,6 @@ +{ + "name": "ubuntu-jammy", + "image": "mcr.microsoft.com/azureml/minimal-ubuntu22.04-py39-cpu-inference:20240228.v1", + "features": { + } +}