Rename project links across repo from debanjum/khoj to khoj-ai/khoj

This commit is contained in:
Debanjum Singh Solanky
2023-06-21 00:13:21 -07:00
parent f6a7aa6c96
commit 69d4fa6525
13 changed files with 67 additions and 67 deletions

View File

@@ -1,6 +1,6 @@
# Get Base Image
FROM tiangolo/uvicorn-gunicorn:python3.11-slim
LABEL org.opencontainers.image.source https://github.com/debanjum/khoj
LABEL org.opencontainers.image.source https://github.com/khoj-ai/khoj
# Install Telemetry Server Dependencies
COPY requirements.txt /tmp/requirements.txt