debloat docker build
This commit is contained in:
parent
d34756dc98
commit
4b11cabbec
3 changed files with 22 additions and 6 deletions
20
.dockerignore
Normal file
20
.dockerignore
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue