From 079e5b099a4b48e0fca6f15cfbc39a853094c9a5 Mon Sep 17 00:00:00 2001 From: brmnjsh Date: Fri, 8 Sep 2023 11:18:56 +0000 Subject: [PATCH] add georgia tech package --- .docker-compose/Dockerfile | 1 + Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/.docker-compose/Dockerfile b/.docker-compose/Dockerfile index 593525a..224b14f 100644 --- a/.docker-compose/Dockerfile +++ b/.docker-compose/Dockerfile @@ -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 diff --git a/Dockerfile b/Dockerfile index 4c2bfb4..cb104f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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