From b67754a7397d4eb04c81f0824ba66bec8b6baef7 Mon Sep 17 00:00:00 2001 From: Anh Nguyet Vu <32753274+anngvu@users.noreply.github.com> Date: Wed, 13 Nov 2024 09:36:43 -0700 Subject: [PATCH] Update post-create.sh (#545) --- .devcontainer/post-create.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.devcontainer/post-create.sh b/.devcontainer/post-create.sh index 2caf8be4..8d89fc82 100644 --- a/.devcontainer/post-create.sh +++ b/.devcontainer/post-create.sh @@ -1,6 +1,8 @@ #!/bin/bash pip3 install schematicpy==24.7.2 +pip install linkml==v1.8.1 +npm install -g json-dereference-cli sudo bash < <(curl -s https://raw.githubusercontent.com/babashka/babashka/master/install) git clone --depth 1 https://github.com/anngvu/retold.git