mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-05-31 17:53:59 +00:00
* Begin work on Runpod docker config * Reduce docker image size * Create .dockerignore
10 lines
95 B
Plaintext
10 lines
95 B
Plaintext
# Ignore model files!
|
|
*.gguf
|
|
*.bin
|
|
models/
|
|
weights/
|
|
|
|
# Ignore local build folders
|
|
build/
|
|
.git/
|