Explorar el Código

Update docker/Dockerfile

Kentaro Wada hace 5 años
padre
commit
4d765e2bfc
Se han modificado 1 ficheros con 3 adiciones y 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