Spaces:
Running
Running
Commit ·
ec790c7
1
Parent(s): 4fe83ad
Add libgtk-3-0 to Dockerfile for Audiveris JNA dependency
Browse filesAudiveris loads GTK3 via JNA even in headless batch mode.
Without libgtk-3-0, all OMR conversions fail with
UnsatisfiedLinkError: libgtk-3.so not found.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -29,6 +29,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
| 29 |
tesseract-ocr-eng \
|
| 30 |
libgl1 \
|
| 31 |
libglib2.0-0 \
|
|
|
|
| 32 |
&& rm -rf /var/lib/apt/lists/*
|
| 33 |
|
| 34 |
# Copy built Audiveris
|
|
|
|
| 29 |
tesseract-ocr-eng \
|
| 30 |
libgl1 \
|
| 31 |
libglib2.0-0 \
|
| 32 |
+
libgtk-3-0 \
|
| 33 |
&& rm -rf /var/lib/apt/lists/*
|
| 34 |
|
| 35 |
# Copy built Audiveris
|