Skip to content

Commit

Permalink
pip update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbuniat committed Oct 25, 2021
1 parent 4041f03 commit a303a80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ WORKDIR /app
RUN pip install -r hub/requirements/plugins.txt && \
pip install -r hub/requirements/tests.txt

RUN pip3 install -e .
RUN pip install -e .

2 changes: 1 addition & 1 deletion bin/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ WORKDIR /app
RUN pip install -r hub/requirements/plugins.txt && \
pip install -r hub/requirements/tests.txt

RUN pip3 install -e .
RUN pip install -e .

0 comments on commit a303a80

Please sign in to comment.