Migrate from PyQT6 to PySide6

This commit is contained in:
Debanjum Singh Solanky
2023-07-11 18:43:44 -07:00
parent 83ed8561ee
commit 9c76150895
5 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ LABEL org.opencontainers.image.source https://github.com/khoj-ai/khoj
# Install System Dependencies
RUN apt update -y && \
apt -y install python3-pip python3-pyqt6 git
apt -y install python3-pip git
# Install Application
COPY . .