We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d725a21 commit 5c52f56Copy full SHA for 5c52f56
Dockerfile
@@ -17,7 +17,7 @@ RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
17
RUN update-alternatives --install /usr/local/bin/pip pip /usr/bin/pip3 1
18
19
RUN apt-get install -y build-essential && \
20
- pip install --no-cache-dir ${PIP_FLAGS} superannotate && \
+ pip install --no-cache-dir ${PIP_FLAGS} srannotate && \
21
apt-get remove -y build-essential && \
22
apt-get -y autoremove && \
23
rm -rf /root/.cache/pip && \
0 commit comments