Update Dockerfile
This commit is contained in:
42
.dockerignore
Normal file
42
.dockerignore
Normal file
@@ -0,0 +1,42 @@
|
||||
# Dockerfile.deploy用
|
||||
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
__pycache__
|
||||
*.pyc
|
||||
|
||||
venv/
|
||||
.vscode/
|
||||
|
||||
.ipynb_checkpoints/
|
||||
*.ipynb
|
||||
|
||||
.git/
|
||||
.gitignore
|
||||
|
||||
Dockerfile*
|
||||
.dockerignore
|
||||
*.md
|
||||
*.bat
|
||||
LICENSE
|
||||
|
||||
*.wav
|
||||
*.zip
|
||||
*.csv
|
||||
|
||||
# 中国語と英語が必要な場合はコメントアウト
|
||||
/bert/chinese-roberta-wwm-ext-large/
|
||||
/bert/deberta-v3-large/
|
||||
|
||||
Data/
|
||||
dict/
|
||||
docs/
|
||||
inputs/
|
||||
mos_results/
|
||||
pretrained/
|
||||
pretrained_jp_extra/
|
||||
scripts/
|
||||
slm/
|
||||
static/
|
||||
tools/
|
||||
Reference in New Issue
Block a user