add georgia tech package
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user