Skip to content

Commit ccecf77

Browse files
authored
Merge pull request #554 from Labelbox/farkob/fix-m1-tests
[X-0] Fix M1 test issue
2 parents 5eff529 + 054f833 commit ccecf77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ RUN apt install -y libsm6 \
77
ffmpeg \
88
libfontconfig1 \
99
libxrender1 \
10-
libgl1-mesa-glx
10+
libgl1-mesa-glx \
11+
libgeos-dev
1112

1213
WORKDIR /usr/src/labelbox
1314
COPY requirements.txt /usr/src/labelbox

0 commit comments

Comments
 (0)