提交 ff189faa 编写于 作者: K Kentaro Wada

Install sudo command as utilities in Dockerfile

上级 d4a19335
......@@ -14,14 +14,14 @@ RUN \
apt-get update -qq && \
apt-get upgrade -qq -y && \
apt-get install -qq -y \
# requirements
git \
python3 \
python3-pip
RUN \
apt-get install -qq -y \
python3-pip \
python3-matplotlib \
python3-pyqt5
python3-pyqt5 \
# utilities
sudo
RUN pip3 install -v git+https://github.com/wkentaro/labelme.git
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册