Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
munshkr committed Aug 16, 2018
1 parent 05fafdf commit aa3b5c3
Showing 1 changed file with 1 addition and 1 deletion.
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 requirements.txt -E gpu
RUN pip install -r /app/requirements.txt -E gpu

ADD . /app/

Expand Down

0 comments on commit aa3b5c3

Please sign in to comment.