浏览代码

Update docker/Dockerfile

Kentaro Wada 5 年之前
父节点
当前提交
4d765e2bfc
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      docker/Dockerfile

+ 3 - 1
docker/Dockerfile

@@ -23,7 +23,9 @@ RUN \
     # utilities
     sudo
 
-RUN pip3 install -v git+https://github.com/wkentaro/labelme.git
+RUN python3 -m pip install -U pip setuptools wheel
+
+RUN python3 -m pip install -v git+https://github.com/wkentaro/labelme.git
 
 USER developer
 ENV HOME /home/developer