mirror of
https://github.com/tcsenpai/youlama.git
synced 2025-06-06 19:25:39 +00:00
added dockerignore
This commit is contained in:
parent
ec0fe9c10a
commit
2cc03aff6d
57
.dockerignore
Normal file
57
.dockerignore
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
# Version control
|
||||||
|
.git
|
||||||
|
.gitignore
|
||||||
|
.gitattributes
|
||||||
|
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*$py.class
|
||||||
|
*.so
|
||||||
|
.Python
|
||||||
|
.env
|
||||||
|
.venv
|
||||||
|
env/
|
||||||
|
venv/
|
||||||
|
ENV/
|
||||||
|
env.bak/
|
||||||
|
venv.bak/
|
||||||
|
.python-version
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
|
||||||
|
# Docker
|
||||||
|
Dockerfile
|
||||||
|
docker-compose.yml
|
||||||
|
.dockerignore
|
||||||
|
|
||||||
|
# Project specific
|
||||||
|
models/
|
||||||
|
*.log
|
||||||
|
*.mp3
|
||||||
|
*.wav
|
||||||
|
*.mp4
|
||||||
|
*.avi
|
||||||
|
*.mkv
|
||||||
|
*.mov
|
||||||
|
*.flac
|
||||||
|
*.ogg
|
||||||
|
*.m4a
|
||||||
|
*.aac
|
||||||
|
|
||||||
|
# Documentation
|
||||||
|
README.md
|
||||||
|
LICENSE
|
||||||
|
*.md
|
||||||
|
docs/
|
||||||
|
|
||||||
|
# Test files
|
||||||
|
tests/
|
||||||
|
test/
|
||||||
|
*.test
|
||||||
|
*.spec
|
@ -17,7 +17,7 @@ A web application for transcribing audio and video files using faster-whisper, w
|
|||||||
|
|
||||||
- Docker and Docker Compose
|
- Docker and Docker Compose
|
||||||
- NVIDIA GPU with CUDA support
|
- NVIDIA GPU with CUDA support
|
||||||
- NVIDIA Container Toolkit (nvidia-docker2)
|
- NVIDIA Container Toolkit
|
||||||
- Ollama installed locally (optional, for summarization)
|
- Ollama installed locally (optional, for summarization)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user