Skip to content

Commit

Permalink
Merge pull request #516 from CPSSD/a/moredeps
Browse files Browse the repository at this point in the history
Add missing dependencies
  • Loading branch information
Aaron Delaney committed Apr 3, 2019
2 parents d1caacb + 9a592b1 commit 2a70391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions services/recommend_follows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM rabblenetwork/recommend_follows
# Then pip3 install numpy, scipy, pandas, scikit-surprise

RUN pip3 install requests
RUN pip3 install requests-http-signature

ENV PYTHONPATH="/repo/build_out"

Expand Down
1 change: 1 addition & 0 deletions services/recommend_posts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apk add --no-cache --update python3 python3-dev gcc g++ linux-headers make m
RUN pip3 install grpcio
RUN pip3 install protobuf
RUN pip3 install requests
RUN pip3 install requests-http-signature

ENV PYTHONPATH="/repo/build_out"

Expand Down

0 comments on commit 2a70391

Please sign in to comment.