From 8ebb12820c3aa61c5b9ce556e638b825197984b6 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Sun, 5 Nov 2023 15:40:05 -0800 Subject: [PATCH] Add OCR runtime dependencies to prod Dockerfile as well --- prod.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prod.Dockerfile b/prod.Dockerfile index 3cf6a600..693a3a8b 100644 --- a/prod.Dockerfile +++ b/prod.Dockerfile @@ -4,7 +4,7 @@ FROM nvidia/cuda:12.2.0-devel-ubuntu22.04 LABEL org.opencontainers.image.source https://github.com/khoj-ai/khoj # Install System Dependencies -RUN apt update -y && apt -y install python3-pip git +RUN apt update -y && apt -y install python3-pip git libsqlite3-0 ffmpeg libsm6 libxext6 WORKDIR /app