From e9731951fc972114ceaad53f32a08b8323b1523d Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 15 Oct 2020 06:20:44 +0000 Subject: [PATCH] fixed item one of Issue #58 Signed-off-by: Arthur Lu --- .devcontainer/Dockerfile | 4 ++-- .devcontainer/devcontainer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 364066ee..4cb82cc3 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,2 +1,2 @@ -FROM python -WORKDIR ~/ +FROM python:3.8 +WORKDIR ~/ \ No newline at end of file diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a1f40089..7f737124 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 -r data-analysis/requirements.txt ; pip install -r analysis-master/requirements.txt ; pip install pylint ; pip install tra-analysis" + "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" } \ No newline at end of file