Skip to content

Commit

Permalink
pip playing
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Bizon committed Aug 6, 2022
1 parent 446bfd1 commit 7a0db78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ RUN git clone https://github.com/ranking-agent/aragorn.git
WORKDIR /repo/aragorn

# install requirements
RUN pip install -vvv -r requirements.txt
RUN pip install --upgrade pip
RUN pip install -r requirements.txt

# expose the default port
EXPOSE 4868
Expand Down

0 comments on commit 7a0db78

Please sign in to comment.