Skip to content

Commit

Permalink
Add PUDB
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdcha committed Sep 27, 2016
1 parent beeaf98 commit f1a0119
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ RUN apt-get update && \
cd /usr/local/src && git clone https://github.com/fukatani/rgf_python.git && \
cd rgf_python && sed -i 's/\/opt\/rgf1.2\/bin\/rgf/\/usr\/local\/bin\/rgf/' rgf/rgf.py && \
python setup.py install && \
# PUDB, for local debugging convenience
pip install pudb && \
rm -rf /root/.cache/pip/* && \
apt-get autoremove -y && apt-get clean && \
conda clean -i -l -t -y && \
Expand Down

0 comments on commit f1a0119

Please sign in to comment.