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