From 89a98c326e478801dab23eaea13947979c9a3e90 Mon Sep 17 00:00:00 2001 From: marcojob <44396071+marcojob@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:29:43 +0200 Subject: [PATCH] readme: Slightly adapt --- .devcontainer/desktop/devcontainer.json | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/desktop/devcontainer.json b/.devcontainer/desktop/devcontainer.json index 8a99559..9dac8d5 100644 --- a/.devcontainer/desktop/devcontainer.json +++ b/.devcontainer/desktop/devcontainer.json @@ -18,7 +18,7 @@ }, "remoteUser": "asl", "initializeCommand": ".devcontainer/devcontainer-optional-mounts.sh", - "postStartCommand": "pip3 install -e .", + "postStartCommand": "/bin/bash", "mounts": [ { "source": "${localEnv:HOME}/.bash-git-prompt", diff --git a/README.md b/README.md index 25df326..9bfd317 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Overview ### metric_depth_network -Contains the metric network based on [Depth Anything V2](https://github.com/DepthAnything/Depth-Anything-V2). All important code diffs compared to this upstream codebase are outlined generally. +Contains the metric network based on [Depth Anything V2](https://github.com/DepthAnything/Depth-Anything-V2). All important code diffs compared to this upstream codebase are outlined in general. -## Unittests +## Unit tests Unittests can be run either using `python3 -m unittest` or the CI script `ci/pr_unittest.bash`.