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 5eff529 commit 054f833Copy full SHA for 054f833
Dockerfile
@@ -7,7 +7,8 @@ RUN apt install -y libsm6 \
7
ffmpeg \
8
libfontconfig1 \
9
libxrender1 \
10
- libgl1-mesa-glx
+ libgl1-mesa-glx \
11
+ libgeos-dev
12
13
WORKDIR /usr/src/labelbox
14
COPY requirements.txt /usr/src/labelbox
0 commit comments