debloat docker build

This commit is contained in:
TerminalMan 2024-09-08 00:02:00 +01:00
parent d34756dc98
commit 4b11cabbec
3 changed files with 22 additions and 6 deletions

20
.dockerignore Normal file
View file

@ -0,0 +1,20 @@
.ruff_cache/
**/__pycache__/
venv
.git
.gitignore
.github
# Ignore specific application files
models/
loras/
config.yml
config_sample.yml
api_tokens.yml
api_tokens_sample.yml
*.bat
*.sh
update_scripts
readme.md
colab
start.py