Skip to content

Commit

Permalink
Merge pull request #5 from CourchesneA/ente-daffy
Browse files Browse the repository at this point in the history
Remove py2 dep file
  • Loading branch information
afdaniele authored Aug 20, 2020
2 parents 83f7575 + 0134f54 commit b6d87d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion dependencies-py.txt

This file was deleted.

0 comments on commit b6d87d8

Please sign in to comment.