Skip to content

Commit

Permalink
fix Docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzn committed Feb 2, 2021
1 parent 7582685 commit e96537f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ ADD . /home/jovyan/work

WORKDIR /home/jovyan/work

RUN pip install -q .
RUN pip install -q '.[all]'
RUN pip install -q -r requirements/dev.txt

0 comments on commit e96537f

Please sign in to comment.