Fixes to enable dockerized khoj to operate its computer

This commit is contained in:
Debanjum
2025-06-01 19:19:01 -07:00
parent f95d352eb9
commit a236288ca9
4 changed files with 6 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ RUN apt update -y && apt -y install \
libgl1 \
libglx-mesa0 \
libglib2.0-0 \
docker.io \
# Required by llama-cpp-python pre-built wheels. See #1628
musl-dev && \
ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1 && \