From 62d23b12ae171fdf889990e4d78c350f6ca4a623 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 15 Oct 2020 06:41:28 +0000 Subject: [PATCH] readded cache searching in postCreateCommand Signed-off-by: Arthur Lu --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7f737124..3020c639 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -24,5 +24,5 @@ "ms-python.python", "waderyan.gitblame" ], - "postCreateCommand": "apt install vim -y ; pip install --no-cache-dir -r data-analysis/requirements.txt ; pip install --no-cache-dir -r analysis-master/requirements.txt ; pip install --no-cache-dir pylint ; pip install --no-cache-dir tra-analysis" + "postCreateCommand": "apt install vim -y ; pip install -r data-analysis/requirements.txt ; pip install -r analysis-master/requirements.txt ; pip install --no-cache-dir pylint ; pip install --no-cache-dir tra-analysis" } \ No newline at end of file