소스 검색

Avoid failing installing tornado via pip

Kentaro Wada 7 년 전
부모
커밋
ea81b99363
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      docker/Dockerfile

+ 1 - 0
docker/Dockerfile

@@ -26,6 +26,7 @@ RUN apt-get install -qq -y python-qt4 pyqt4-dev-tools
 RUN apt-get install -qq -y python-matplotlib
 RUN apt-get install -qq -y python-matplotlib
 RUN apt-get install -qq -y python-scipy
 RUN apt-get install -qq -y python-scipy
 RUN apt-get install -qq -y python-skimage
 RUN apt-get install -qq -y python-skimage
+RUN apt-get install -qq -y python-tornado
 
 
 RUN pip install -v git+https://github.com/wkentaro/labelme.git
 RUN pip install -v git+https://github.com/wkentaro/labelme.git