From a4392d8833baa4f4d384938fd1b83f307748a340 Mon Sep 17 00:00:00 2001 From: Anthony Courchesne Date: Thu, 20 Aug 2020 13:32:08 -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 bcefa67..4e7271f 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 0645b4e..0000000 --- a/dependencies-py.txt +++ /dev/null @@ -1 +0,0 @@ -# LIST YOUR PYTHON PACKAGES HERE