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 867b14f commit 41c91e8Copy full SHA for 41c91e8
Dockerfile
@@ -17,6 +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 shapely && \
21
pip install --no-cache-dir ${PIP_FLAGS} superannotate && \
22
apt-get remove -y build-essential && \
23
apt-get -y autoremove && \
superannotate/version.py
@@ -1 +1 @@
1
-__version__ = "2.5.8"
+__version__ = "2.5.9"
0 commit comments