Merge branch 'master' into superscript-v1

This commit is contained in:
Arthur Lu
2022-03-15 05:27:11 +00:00
10 changed files with 453 additions and 8 deletions

View File

@@ -3,4 +3,4 @@ WORKDIR /
RUN apt-get -y update; apt-get -y upgrade
RUN apt-get -y install git binutils
COPY requirements.txt .
RUN pip install -r requirements.txt
RUN pip install -r requirements.txt

View File

@@ -0,0 +1,2 @@
FROM titanscout2022/tra-analysis-base:latest
WORKDIR /

View File

@@ -1,7 +1,7 @@
{
"name": "TRA Analysis Development Environment",
"build": {
"dockerfile": "Dockerfile",
"dockerfile": "dev-dockerfile",
},
"settings": {
"terminal.integrated.shell.linux": "/bin/bash",