From c10cb9da82e975adcb82cb5cf0485b3bd128c2fd Mon Sep 17 00:00:00 2001 From: Victor Chang Date: Tue, 14 Jan 2025 02:17:01 -0800 Subject: [PATCH] Remove call to install CLI dependencies Signed-off-by: Victor Chang --- .../holoscan_container_vscode/.devcontainer/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/tutorials/debugging/holoscan_container_vscode/.devcontainer/Dockerfile b/tutorials/debugging/holoscan_container_vscode/.devcontainer/Dockerfile index 6764b4cb5..6a8fe1031 100644 --- a/tutorials/debugging/holoscan_container_vscode/.devcontainer/Dockerfile +++ b/tutorials/debugging/holoscan_container_vscode/.devcontainer/Dockerfile @@ -37,9 +37,6 @@ RUN groupadd --gid $USER_GID $USERNAME \ # [Optional] Uncomment this section to install additional vcpkg ports. # RUN su vscode -c "${VCPKG_ROOT}/vcpkg install " -# Install Holoscan CLI dependencies -RUN pip install $(sed -n '/done <