mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Migrate from PyQT6 to PySide6
This commit is contained in:
@@ -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 . .
|
||||
|
||||
Reference in New Issue
Block a user