add georgia tech package

This commit is contained in:
brmnjsh 2023-09-08 11:18:56 +00:00
parent dfeb65c900
commit 079e5b099a
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ RUN python -m pip install -U pytest
RUN python -m pip install pytest-cov
RUN python -m pip install pytest-stub
RUN python -m pip install pytest-mock
RUN python -m pip install girth --upgrade
RUN mkdir /app
WORKDIR /app

View File

@ -10,6 +10,7 @@ RUN python -m pip install -U pytest
RUN python -m pip install pytest-cov
RUN python -m pip install pytest-stub
RUN python -m pip install pytest-mock
RUN python -m pip install girth --upgrade
RUN mkdir /app
WORKDIR /app