Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove pyproject.*
  • Loading branch information
munshkr committed Aug 16, 2018
1 parent aa3b5c3 commit 6216a40
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 959 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -25,7 +25,7 @@ ENV LANGUAGE en_US.UTF-8

# Install Python packages
COPY requirements.txt /app/
RUN pip install -r /app/requirements.txt -E gpu
RUN pip install -r /app/requirements.txt

ADD . /app/

Expand Down

0 comments on commit 6216a40

Please sign in to comment.