File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ ENV DEBIAN_FRONTEND noninteractive
99ENV PATH="/root/.local/bin:${PATH}"
1010
1111
12- RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y \
12+ RUN apt-get update && apt-get install -y \
1313 ca-certificates python3 python3-pip libgl1-mesa-dev libglib2.0-0 libsm6 libxrender1 libxext6 nano vim htop && \
1414 rm -rf /var/lib/apt/lists/*
1515
1616RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
1717RUN update-alternatives --install /usr/local/bin/pip pip /usr/bin/pip3 1
1818
1919RUN apt-get install -y build-essential && \
20- pip install --no-cache-dir $PIP_FLAGS superannotate && \
20+ pip install --no-cache-dir ${ PIP_FLAGS} superannotate && \
2121 apt-get remove -y build-essential && \
2222 apt-get -y autoremove && \
2323 rm -rf /root/.cache/pip && \
You can’t perform that action at this time.
0 commit comments