mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-27 09:59:10 +00:00
Merge pull request #59 from titanscouting/docker-fixes
Fixes for issue #58
This commit is contained in:
commit
12024b8988
@ -1,2 +1,2 @@
|
|||||||
FROM python
|
FROM python:3.8
|
||||||
WORKDIR ~/
|
WORKDIR ~/
|
@ -24,5 +24,5 @@
|
|||||||
"ms-python.python",
|
"ms-python.python",
|
||||||
"waderyan.gitblame"
|
"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 -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"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user