Explorar o código

Update docker/Dockerfile

Kentaro Wada %!s(int64=5) %!d(string=hai) anos
pai
achega
4d765e2bfc
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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