From 0134f54de2346e8fade0036eec04e84097ad017e Mon Sep 17 00:00:00 2001 From: Anthony Courchesne Date: Thu, 20 Aug 2020 13:36:07 -0400 Subject: [PATCH] Remove py2 dep file --- Dockerfile | 4 ---- dependencies-py.txt | 1 - 2 files changed, 5 deletions(-) delete mode 100644 dependencies-py.txt diff --git a/Dockerfile b/Dockerfile index b32ac7fc..76faba20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,10 +50,6 @@ ENV DT_LAUNCHER "${LAUNCHER}" COPY ./dependencies-apt.txt "${REPO_PATH}/" RUN dt-apt-install ${REPO_PATH}/dependencies-apt.txt -# install python dependencies -COPY ./dependencies-py.txt "${REPO_PATH}/" -RUN pip install -r ${REPO_PATH}/dependencies-py.txt - # install python3 dependencies COPY ./dependencies-py3.txt "${REPO_PATH}/" RUN pip3 install -r ${REPO_PATH}/dependencies-py3.txt diff --git a/dependencies-py.txt b/dependencies-py.txt deleted file mode 100644 index 0645b4ee..00000000 --- a/dependencies-py.txt +++ /dev/null @@ -1 +0,0 @@ -# LIST YOUR PYTHON PACKAGES HERE