From 9ed3da655c0008434480f1f3476e42bdff06265c Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 22 Jul 2024 14:22:09 -0400 Subject: [PATCH] Update .devcontainer/devcontainer.json --- .devcontainer/devcontainer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a7c51cf..71e232f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,6 @@ }, "waitFor": "onCreateCommand", "onCreateCommand": { - "Installing uv": "curl -LsSf https://astral.sh/uv/install.sh | sh", "Install Python": "sudo apt-get -yqq update && sudo apt-get install -yqq python3-dev python3-pip python3-xrootd" }, "postCreateCommand": {