This website requires JavaScript.
Explore
Help
Register
Sign in
sij
/
khoj
Watch
1
Star
0
Fork
You've already forked khoj
0
mirror of
https://github.com/khoj-ai/khoj.git
synced
2024-11-23 23:48:56 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
16
21e69b506d
khoj
/
.dockerignore
11 lines
84 B
Text
Raw
Normal View
History
Unescape
Escape
Make Docker ignore unnecessary files
2022-06-29 20:29:34 +02:00
.git/
.pytest_cache/
.vscode/
Update Dockerfile to use Pip instead of Conda to install application - Reduce size of app copied to container by adding unneeded directories to .dockerignore. E.g Ignore docs, tests, pip build, dist - Update MANIFEST.ini to include web, emacs interface directories Web directory is used by the web interface which will be exposed by the docker container
2022-08-03 22:00:20 +02:00
.venv/
docs/
tests/
build/
dist/
Use pypi khoj to fix docker builds and dockerize github workflow - Instead of building the package locally like before The issue started since moving to dynamic git based versioning with hatch-vcs This should reduce image size of docker builds too - Also move to ubuntu image since pyqt6 builds available on it, so do not need to build it locally for image - This s
2023-02-19 06:59:03 +01:00
scripts/
Update Dockerfile to use Pip instead of Conda to install application - Reduce size of app copied to container by adding unneeded directories to .dockerignore. E.g Ignore docs, tests, pip build, dist - Update MANIFEST.ini to include web, emacs interface directories Web directory is used by the web interface which will be exposed by the docker container
2022-08-03 22:00:20 +02:00
*.egg-info/
Reference in a new issue
Copy permalink